diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-07-12 21:13:23 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-07-12 21:13:23 +0200 |
commit | cc6968e9a3059451c4c1a5296ea5da7457ca831f (patch) | |
tree | 59ee62072326ab2573f1c5e0af9e79845e585f5e /CMakeLists.txt | |
parent | d570037331f68f77eb010e65fa41129074123318 (diff) | |
download | MultiMC-cc6968e9a3059451c4c1a5296ea5da7457ca831f.tar MultiMC-cc6968e9a3059451c4c1a5296ea5da7457ca831f.tar.gz MultiMC-cc6968e9a3059451c4c1a5296ea5da7457ca831f.tar.lz MultiMC-cc6968e9a3059451c4c1a5296ea5da7457ca831f.tar.xz MultiMC-cc6968e9a3059451c4c1a5296ea5da7457ca831f.zip |
Group view gets keyboard navigation back.
And a bunch of fixes.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 83057b3c..077c2650 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -366,14 +366,14 @@ SET(MULTIMC_SOURCES # GUI - instance group view - gui/groupview/Group.cpp - gui/groupview/Group.h gui/groupview/GroupedProxyModel.cpp gui/groupview/GroupedProxyModel.h gui/groupview/GroupView.cpp gui/groupview/GroupView.h gui/groupview/InstanceDelegate.cpp gui/groupview/InstanceDelegate.h + gui/groupview/VisualGroup.cpp + gui/groupview/VisualGroup.h # LOGIC - Base classes and infrastructure logic/BaseVersion.h |