summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-09-11 23:34:54 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-09-11 23:34:54 -0400
commit06218502ed5379555eda1504e6b05f2ef6dfb292 (patch)
tree801c9efe4021ad1fc7e0c16f94c5a8111f80fc8c /src/settings.h
parent09f98576e882a5fef68cdefdff939834a8782eaa (diff)
fixes for ExpanderWidget
removed dead code in MainWindow
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/settings.h b/src/settings.h
index 91b87e29..815ed160 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -32,13 +32,13 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
namespace MOBase {
class IPlugin;
class IPluginGame;
+ class ExpanderWidget;
}
class QSplitter;
class ServerList;
class Settings;
-class ExpanderWidget;
// helper class that calls restoreGeometry() in the constructor and
@@ -153,8 +153,8 @@ public:
void saveState(const QSplitter* splitter);
bool restoreState(QSplitter* splitter) const;
- void saveState(const ExpanderWidget* expander);
- bool restoreState(ExpanderWidget* expander) const;
+ void saveState(const MOBase::ExpanderWidget* expander);
+ bool restoreState(MOBase::ExpanderWidget* expander) const;
void saveVisibility(const QWidget* w);
bool restoreVisibility(QWidget* w, std::optional<bool> def={}) const;