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.cpp | |
| 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.cpp')
| -rw-r--r-- | src/qmmpui/qtfiledialog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/qtfiledialog.cpp b/src/qmmpui/qtfiledialog.cpp index db04f96d1..5bbe13e27 100644 --- a/src/qmmpui/qtfiledialog.cpp +++ b/src/qmmpui/qtfiledialog.cpp @@ -34,10 +34,11 @@ const FileDialogProperties QtFileDialogFactory::properties() const properties.name = tr("Qt File Dialog"); properties.shortName = "qt_dialog"; properties.hasAbout = false; + properties.modal = true; return properties; } -void QtFileDialogFactory::showAbout(QWidget*){}; +void QtFileDialogFactory::showAbout(QWidget*){} QTranslator *QtFileDialogFactory::createTranslator(QObject *parent) { |
