From a9fe5096a37a5f67ca017ea25481066544d5f749 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 10 Feb 2008 15:46:28 +0000 Subject: improved plugin settings git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@238 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/configdialog.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/ui/configdialog.h') 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(); -- cgit v1.2.3-13-gbd6f