diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-01-12 04:37:30 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-01-12 04:37:30 +0100 |
commit | 5ccfbba435857bfaead6d5d118bcd939cb37dd3a (patch) | |
tree | a2d77522d85f9be55bddec2fa4fcf61623c577ac /application/CMakeLists.txt | |
parent | 1f0e76a3c1fe9dfb702adbd8a1357abe06e22c35 (diff) | |
download | MultiMC-5ccfbba435857bfaead6d5d118bcd939cb37dd3a.tar MultiMC-5ccfbba435857bfaead6d5d118bcd939cb37dd3a.tar.gz MultiMC-5ccfbba435857bfaead6d5d118bcd939cb37dd3a.tar.lz MultiMC-5ccfbba435857bfaead6d5d118bcd939cb37dd3a.tar.xz MultiMC-5ccfbba435857bfaead6d5d118bcd939cb37dd3a.zip |
NOISSUE select modpack field content on focus in new instance dialog
Diffstat (limited to 'application/CMakeLists.txt')
-rw-r--r-- | application/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 65bee8c9..c3325055 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -200,6 +200,8 @@ SET(MULTIMC_SOURCES # GUI - widgets widgets/Common.cpp widgets/Common.h + widgets/FocusLineEdit.cpp + widgets/FocusLineEdit.h widgets/IconLabel.cpp widgets/IconLabel.h widgets/LabeledToolButton.cpp |