- Updated tranlsations

- Allow to run one instance of qBittorrent per user
- Moved button to close search tabs
This commit is contained in:
Christophe Dumez 2008-07-06 18:39:07 +00:00
commit 8dfc68e196
37 changed files with 1723 additions and 1535 deletions

View file

@ -11,6 +11,10 @@ public:
QString shortname() const { return "Qt 4.3"; }
bool exec()
{
if(QT_VERSION >= 0x040400) {
conf->addDefine("QT_4_4");
}
return(QT_VERSION >= 0x040300);
}
};