mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 10:37:06 -07:00
- Made error message clearer when libcommoncpp2 is not installed.
This commit is contained in:
parent
102c5ee81e
commit
03fae3953f
3 changed files with 19 additions and 13 deletions
|
@ -9,7 +9,7 @@ class qc_libcommoncpp2 : public ConfObj
|
|||
{
|
||||
public:
|
||||
qc_libcommoncpp2(Conf *c) : ConfObj(c) {}
|
||||
QString name() const { return "GNU Common C++"; }
|
||||
QString name() const { return "GNU Common C++ library (libcommoncpp2)"; }
|
||||
QString shortname() const { return "libcommoncpp2"; }
|
||||
bool exec(){
|
||||
QString s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue