comparison src/multichoicedialog.h @ 604:98f57888d893

Ensure the URL combo never defaults to something that is not a URL
author Chris Cannam
date Tue, 03 Jul 2012 10:43:05 +0100
parents 533519ebc0cb
children ae67ea0af696
comparison
equal deleted inserted replaced
603:10ef94e51f44 604:98f57888d893
86 QLabel *m_urlLabel; 86 QLabel *m_urlLabel;
87 QComboBox *m_urlCombo; 87 QComboBox *m_urlCombo;
88 QAbstractButton *m_okButton; 88 QAbstractButton *m_okButton;
89 89
90 QString getDefaultPath() const; 90 QString getDefaultPath() const;
91 bool urlComboNotUrl() const;
91 }; 92 };
92 93
93 #endif // MULTICHOICEDIALOG_H 94 #endif // MULTICHOICEDIALOG_H