src/mainwindow.h

changeset 983
05ba93066194
parent 981
5d5d84ab2c48
child 984
a7b6f987d269
--- a/src/mainwindow.h	Sun Sep 06 01:52:37 2015 +0300
+++ b/src/mainwindow.h	Sun Sep 06 03:00:28 2015 +0300
@@ -105,7 +105,7 @@
 	void spawnContextMenu (const QPoint pos);
 	int suggestInsertPoint();
 	void syncSettings();
-	void updateActions();
+	Q_SLOT void updateActions();
 	void updateColorToolbar();
 	void updateDocumentList();
 	void updateDocumentListItem (LDDocument* doc);
@@ -119,6 +119,7 @@
 	void actionTriggered();
 	void circleToolSegmentsChanged();
 	void closeTab (int tabindex);
+	void historyTraversed();
 	void ringToolHiResClicked (bool clicked);
 	void tabSelected();
 	void updatePrimitives();

mercurial