mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-28 14:53:58 +00:00
more cleanup
(cherry picked from commit 659b87b25faec71089ae5f8b96b4283d58abaab7) Conflicts: apps/opencs/view/doc/view.hpp
This commit is contained in:
parent
6f294d0d25
commit
14708e181c
@ -118,9 +118,6 @@ namespace CSVDoc
|
||||
|
||||
Operations *getOperations() const;
|
||||
|
||||
/// Function called by view manager when user preferences are updated
|
||||
void updateEditorSetting (const QString &, const QString &);
|
||||
|
||||
protected:
|
||||
|
||||
virtual void moveEvent(QMoveEvent * event);
|
||||
|
@ -132,11 +132,6 @@ void CSVWorld::SceneSubView::setEditLock (bool locked)
|
||||
|
||||
}
|
||||
|
||||
void CSVWorld::SceneSubView::updateEditorSetting(const QString &settingName, const QString &settingValue)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CSVWorld::SceneSubView::setStatusBar (bool show)
|
||||
{
|
||||
mBottom->setStatusBar (show);
|
||||
|
@ -52,8 +52,6 @@ namespace CSVWorld
|
||||
|
||||
virtual void setEditLock (bool locked);
|
||||
|
||||
virtual void updateEditorSetting (const QString& key, const QString& value);
|
||||
|
||||
virtual void setStatusBar (bool show);
|
||||
|
||||
virtual void useHint (const std::string& hint);
|
||||
|
Loading…
x
Reference in New Issue
Block a user