mirror of
https://github.com/vcmi/vcmi.git
synced 2025-10-08 23:22:25 +02:00
Remove console
global
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
#include <QStringList>
|
||||
#include <QTranslator>
|
||||
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
class CConsoleHandler;
|
||||
VCMI_LIB_NAMESPACE_END
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
class MainWindow;
|
||||
@@ -40,6 +44,10 @@ class MainWindow : public QMainWindow
|
||||
#endif
|
||||
Ui::MainWindow * ui;
|
||||
|
||||
#ifndef VCMI_MOBILE
|
||||
std::unique_ptr<CConsoleHandler> console;
|
||||
#endif
|
||||
|
||||
void load();
|
||||
|
||||
enum TabRows
|
||||
|
Reference in New Issue
Block a user