- Style is now applied instantly, no need to restart qBT

- Fixed a typo in WIndowsXP Style
This commit is contained in:
Christophe Dumez 2007-03-29 18:43:04 +00:00
commit 81eee7bba2
5 changed files with 46 additions and 3 deletions

View file

@ -112,6 +112,7 @@ class options_imp : public QDialog, private Ui::Dialog{
public slots:
void setLocale(QString locale);
void useStyle();
signals:
void status_changed(const QString&, bool) const;