mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 15:15:31 +00:00
More cleanup.
This commit is contained in:
parent
66852d5392
commit
31fb160376
4 changed files with 4 additions and 6 deletions
|
@ -14,8 +14,6 @@ namespace CSVSettings {
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
//QListWidget *mPageListWidget;
|
|
||||||
//ResizeableStackedWidget *mStackedWidget;
|
|
||||||
bool mDebugMode;
|
bool mDebugMode;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -63,4 +63,4 @@ void CSVWorld::PreviewSubView::referenceableIdChanged (const std::string& id)
|
||||||
setWindowTitle ("Preview: Reference to <nothing>");
|
setWindowTitle ("Preview: Reference to <nothing>");
|
||||||
else
|
else
|
||||||
setWindowTitle (("Preview: Reference to " + id).c_str());
|
setWindowTitle (("Preview: Reference to " + id).c_str());
|
||||||
}
|
}
|
|
@ -24,4 +24,4 @@ void CSVWorld::RegionMapSubView::editRequest (const CSMWorld::UniversalId& id,
|
||||||
const std::string& hint)
|
const std::string& hint)
|
||||||
{
|
{
|
||||||
focusId (id, hint);
|
focusId (id, hint);
|
||||||
}
|
}
|
|
@ -9,7 +9,7 @@
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
#include "../../model/doc/document.hpp"
|
#include "../../model/doc/document.hpp"
|
||||||
#include "../../model/settings/usersettings.hpp"
|
|
||||||
#include "../../model/world/cellselection.hpp"
|
#include "../../model/world/cellselection.hpp"
|
||||||
|
|
||||||
#include "../filter/filterbox.hpp"
|
#include "../filter/filterbox.hpp"
|
||||||
|
@ -254,4 +254,4 @@ void CSVWorld::SceneSubView::replaceToolbarAndWorldspace (CSVRender::WorldspaceW
|
||||||
|
|
||||||
mScene->selectDefaultNavigationMode();
|
mScene->selectDefaultNavigationMode();
|
||||||
setFocusProxy (mScene);
|
setFocusProxy (mScene);
|
||||||
}
|
}
|
Loading…
Reference in a new issue