diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-02-10 15:46:28 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-02-10 15:46:28 +0000 |
| commit | a9fe5096a37a5f67ca017ea25481066544d5f749 (patch) | |
| tree | fef489008f7c9aa400ba9d2ae293899336f2d3e0 /src/ui/configdialog.h | |
| parent | 999b2065da19260e1f3e6644de9200101814e636 (diff) | |
| download | qmmp-a9fe5096a37a5f67ca017ea25481066544d5f749.tar.gz qmmp-a9fe5096a37a5f67ca017ea25481066544d5f749.tar.bz2 qmmp-a9fe5096a37a5f67ca017ea25481066544d5f749.zip | |
improved plugin settings
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@238 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/configdialog.h')
| -rw-r--r-- | src/ui/configdialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/configdialog.h b/src/ui/configdialog.h index 7b9b1fab2..968eea48d 100644 --- a/src/ui/configdialog.h +++ b/src/ui/configdialog.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 by Ilya Kotov * + * Copyright (C) 2007-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -53,8 +53,9 @@ private slots: void setMainFont(); void showPluginSettings(); void showPluginInfo(); - void addTitleString( QAction * ); + void addTitleString(QAction *); void saveSettings(); + void updateButtons(); private: void readSettings(); |
