src/dialogs.h

changeset 504
6a1fa662bfc1
parent 498
791c831c8020
child 513
29eb671b34f6
--- a/src/dialogs.h	Wed Oct 16 16:40:42 2013 +0300
+++ b/src/dialogs.h	Wed Oct 16 16:47:40 2013 +0300
@@ -56,7 +56,7 @@
 
 	private:
 		Ui_OverlayUI* ui;
-		List<pair<QRadioButton*, int>> m_cameraArgs;
+		QList<pair<QRadioButton*, int>> m_cameraArgs;
 
 	private slots:
 		void slot_fpath();

mercurial