fixed compiling

This commit is contained in:
2017-12-14 00:25:06 +01:00
parent 7f18cefee4
commit 86ae71f674
9 changed files with 65 additions and 41 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ public:
CommandManager() = delete;
void execCommand(QString command);
void selectSplitRelative(int dx, int dy);
// void selectSplitRelative(int dx, int dy);
void moveSplitRelative(int dx, int dy);
};
}