src/configDialog.h

changeset 498
791c831c8020
parent 497
c51941e590b6
child 504
6a1fa662bfc1
--- a/src/configDialog.h	Sat Oct 05 12:51:13 2013 +0300
+++ b/src/configDialog.h	Sat Oct 05 15:18:47 2013 +0300
@@ -65,7 +65,7 @@
 		List<QListWidgetItem*> quickColorItems;
 
 		void applySettings();
-		void addShortcut (KeySequenceConfig& cfg, QAction* act, ulong& i);
+		void addShortcut (KeySequenceConfig& cfg, QAction* act, int& i);
 		void setButtonBackground (QPushButton* button, str value);
 		void pickColor (StringConfig& cfg, QPushButton* button);
 		void updateQuickColorList (LDQuickColor* sel = null);

mercurial