summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/instoptionsimpl.h
Unidiff
Diffstat (limited to 'noncore/settings/aqpkg/instoptionsimpl.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/aqpkg/instoptionsimpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/settings/aqpkg/instoptionsimpl.h b/noncore/settings/aqpkg/instoptionsimpl.h
index 08ec616..893f9bb 100644
--- a/noncore/settings/aqpkg/instoptionsimpl.h
+++ b/noncore/settings/aqpkg/instoptionsimpl.h
@@ -21,12 +21,13 @@
21 21
22class InstallOptionsDlgImpl : public InstallOptionsDlg 22class InstallOptionsDlgImpl : public InstallOptionsDlg
23{ 23{
24public: 24public:
25 InstallOptionsDlgImpl( int flags, QWidget * parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 ); 25 InstallOptionsDlgImpl( int flags, QWidget * parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 );
26 ~InstallOptionsDlgImpl(); 26 ~InstallOptionsDlgImpl();
27 int getFlags();
27 28
28protected: 29protected:
29 30
30private: 31private:
31}; 32};
32 33