--- a/src/mainwindow.h Tue Sep 22 23:38:19 2015 +0300 +++ b/src/mainwindow.h Sun Oct 04 02:52:03 2015 +0300 @@ -70,7 +70,6 @@ ~MainWindow(); void addMessage (QString msg); - const QList<LDDocument*>& allDocuments(); void applyToActions (std::function<void(QAction*)> function); void buildObjectList(); void changeDocument (LDDocument* f); @@ -149,6 +148,8 @@ DocumentManager* m_documents; LDDocument* m_currentDocument; DoubleMap<LDObject*, QListWidgetItem*> m_objectsInList; + bool m_isSelectionLocked; + QMap<QAction*, QKeySequence> m_defaultShortcuts; private slots: void selectionChanged();