mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-09 06:05:51 +00:00
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 "ArgumentEditor.hpp"
|
||||||
#include "ui_ArgumentEditor.h"
|
#include "ui_ArgumentEditor.h"
|
||||||
#include "CVarDialog.hpp"
|
//#include "CVarDialog.hpp"
|
||||||
#include <QSettings>
|
#include <QSettings>
|
||||||
#include <QInputDialog>
|
#include <QInputDialog>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
@ -33,14 +33,14 @@ else ()
|
|||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
add_executable(hecl-gui WIN32 MACOSX_BUNDLE
|
add_executable(hecl-gui WIN32 MACOSX_BUNDLE
|
||||||
ArgumentEditor.cpp
|
#ArgumentEditor.cpp
|
||||||
ArgumentEditor.hpp
|
#ArgumentEditor.hpp
|
||||||
ArgumentEditor.ui
|
#ArgumentEditor.ui
|
||||||
Common.cpp
|
Common.cpp
|
||||||
Common.hpp
|
Common.hpp
|
||||||
CVarDialog.cpp
|
#CVarDialog.cpp
|
||||||
CVarDialog.hpp
|
#CVarDialog.hpp
|
||||||
CVarDialog.ui
|
#CVarDialog.ui
|
||||||
DownloadManager.cpp
|
DownloadManager.cpp
|
||||||
DownloadManager.hpp
|
DownloadManager.hpp
|
||||||
ErrorLabel.hpp
|
ErrorLabel.hpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user