diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-09-03 19:09:07 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-09-03 19:09:07 +0000 |
| commit | c88e5e9cf4c7526609834993e4f5dd9f5ae2c931 (patch) | |
| tree | 2d6fc5edf75542dc31be580fdec1966311a9404b /src/qmmpui/qtfiledialog_p.h | |
| parent | 37b7bcea340dcde81e95fb55a99d9e89967ebafb (diff) | |
| download | qmmp-c88e5e9cf4c7526609834993e4f5dd9f5ae2c931.tar.gz qmmp-c88e5e9cf4c7526609834993e4f5dd9f5ae2c931.tar.bz2 qmmp-c88e5e9cf4c7526609834993e4f5dd9f5ae2c931.zip | |
added file dialog plugin path; file dialog api cleanup
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2929 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qtfiledialog_p.h')
| -rw-r--r-- | src/qmmpui/qtfiledialog_p.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qmmpui/qtfiledialog_p.h b/src/qmmpui/qtfiledialog_p.h index d78812e1f..dccc89c46 100644 --- a/src/qmmpui/qtfiledialog_p.h +++ b/src/qmmpui/qtfiledialog_p.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008 by Ilya Kotov * + * Copyright (C) 2008-2012 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -33,9 +33,9 @@ class QTranslator; class QtFileDialogFactory : public QObject, public FileDialogFactory { Q_OBJECT - Q_INTERFACES(FileDialogFactory); + Q_INTERFACES(FileDialogFactory) public: - QtFileDialogFactory(){}; + QtFileDialogFactory(){} FileDialog* create(); const FileDialogProperties properties() const; void showAbout(QWidget*); |
