Broke instance loading(?), also attempted to make Toolbar grayed out when no instance is selected. For debug purposes it is initially not grayed out

This commit is contained in:
Stiepen
2013-07-14 22:01:30 +02:00
parent ce253ded0e
commit b5450042b5
7 changed files with 50 additions and 9 deletions

View File

@ -2,6 +2,7 @@
#define INSTANCESETTINGS_H
#include <QDialog>
#include "settingsobject.h"
namespace Ui {
class InstanceSettings;
@ -21,8 +22,6 @@ public:
void loadSettings(SettingsObject* s);
private slots:
void on_overrideGlobalMcCheck_clicked(bool checked);
void on_customCommandsGroupBox_toggled(bool arg1);
private: