mirror of https://github.com/AxioDL/metaforce.git
Disable CVarDialog and ArgumentEditor for the time being
This commit is contained in:
parent
4da7ca5930
commit
7c4c95b393
|
@ -1,6 +1,6 @@
|
|||
#include "ArgumentEditor.hpp"
|
||||
#include "ui_ArgumentEditor.h"
|
||||
#include "CVarDialog.hpp"
|
||||
//#include "CVarDialog.hpp"
|
||||
#include <QSettings>
|
||||
#include <QInputDialog>
|
||||
#include <QDebug>
|
||||
|
|
|
@ -33,14 +33,14 @@ else ()
|
|||
endif ()
|
||||
|
||||
add_executable(hecl-gui WIN32 MACOSX_BUNDLE
|
||||
ArgumentEditor.cpp
|
||||
ArgumentEditor.hpp
|
||||
ArgumentEditor.ui
|
||||
#ArgumentEditor.cpp
|
||||
#ArgumentEditor.hpp
|
||||
#ArgumentEditor.ui
|
||||
Common.cpp
|
||||
Common.hpp
|
||||
CVarDialog.cpp
|
||||
CVarDialog.hpp
|
||||
CVarDialog.ui
|
||||
#CVarDialog.cpp
|
||||
#CVarDialog.hpp
|
||||
#CVarDialog.ui
|
||||
DownloadManager.cpp
|
||||
DownloadManager.hpp
|
||||
ErrorLabel.hpp
|
||||
|
|
Loading…
Reference in New Issue