mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 16:15:27 +02:00
add override to suppress warning for PluginContainerProxy
This commit is contained in:
parent
a2c9d7a4b2
commit
25a1f2dd11
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class PluginContainerProxy : public QObject, PluginContainer {
|
|||
virtual QAction* addMenuItem(const QString& path, const QString& name, std::function<void(bool)> onClicked, bool checkable = false, bool checked = false, const QString& groupName = "") override;
|
||||
virtual void removeMenuItem(const QString& menuName, const QString& menuItem) override;
|
||||
virtual bool isOptionChecked(const QString& name) override;
|
||||
virtual void setIsOptionChecked(const QString& path, bool checked);
|
||||
virtual void setIsOptionChecked(const QString& path, bool checked) override;
|
||||
virtual void setFullscreen(const QScreen* targetScreen, bool hideMenu = true) override;
|
||||
virtual void unsetFullscreen(const QScreen* avoidScreen = nullptr) override;
|
||||
virtual void showDisplayPluginsTools() override;
|
||||
|
|
Loading…
Reference in a new issue