diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-02-01 07:47:22 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-02-01 07:47:22 +0000 |
| commit | 91a61b1450755b29cf12f23d24a5edbe09fa24e4 (patch) | |
| tree | 898b47527140d3331d779aa34212944c3ed1d0ae /src/qmmpui/detailsdialog.h | |
| parent | 3ce3558df690e928921f11c895487130ce0ece94 (diff) | |
| download | qmmp-91a61b1450755b29cf12f23d24a5edbe09fa24e4.tar.gz qmmp-91a61b1450755b29cf12f23d24a5edbe09fa24e4.tar.bz2 qmmp-91a61b1450755b29cf12f23d24a5edbe09fa24e4.zip | |
improved details dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6115 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/detailsdialog.h')
| -rw-r--r-- | src/qmmpui/detailsdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/detailsdialog.h b/src/qmmpui/detailsdialog.h index eeb1efc0c..39692d82d 100644 --- a/src/qmmpui/detailsdialog.h +++ b/src/qmmpui/detailsdialog.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2013 by Ilya Kotov * + * Copyright (C) 2009-2016 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -54,6 +54,7 @@ public: private slots: void on_buttonBox_clicked(QAbstractButton *button); + void on_tabWidget_currentChanged(int index); void on_directoryButton_clicked(); void on_prevButton_clicked(); void on_nextButton_clicked(); |
