diff 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
line wrap: on
line diff
--- a/src/multichoicedialog.h	Tue Jul 03 10:08:44 2012 +0100
+++ b/src/multichoicedialog.h	Tue Jul 03 10:43:05 2012 +0100
@@ -88,6 +88,7 @@
     QAbstractButton *m_okButton;
 
     QString getDefaultPath() const;
+    bool urlComboNotUrl() const;
 };
 
 #endif // MULTICHOICEDIALOG_H