comparison multichoicedialog.h @ 342:3824e8bb91eb

Use ~/Documents or ~/My Documents as default folder path, not ~
author Chris Cannam
date Tue, 15 Mar 2011 12:43:29 +0000
parents 8fd71f570884
children
comparison
equal deleted inserted replaced
340:bb189827f6d1 342:3824e8bb91eb
81 QComboBox *m_fileCombo; 81 QComboBox *m_fileCombo;
82 QAbstractButton *m_browseButton; 82 QAbstractButton *m_browseButton;
83 QLabel *m_urlLabel; 83 QLabel *m_urlLabel;
84 QComboBox *m_urlCombo; 84 QComboBox *m_urlCombo;
85 QAbstractButton *m_okButton; 85 QAbstractButton *m_okButton;
86
87 QString getDefaultPath() const;
86 }; 88 };
87 89
88 #endif // MULTICHOICEDIALOG_H 90 #endif // MULTICHOICEDIALOG_H