mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 02:45:31 +00:00
Fixed failed signal/slot connection between UserSettings and
CSVWorld::SubView
This commit is contained in:
parent
8c6c70ee9c
commit
ce56669339
1 changed files with 4 additions and 3 deletions
|
@ -38,9 +38,6 @@ namespace CSVDoc
|
|||
|
||||
virtual void setEditLock (bool locked) = 0;
|
||||
|
||||
virtual void updateUserSetting
|
||||
(const QString &, const QStringList &);
|
||||
|
||||
virtual void setStatusBar (bool show);
|
||||
///< Default implementation: ignored
|
||||
|
||||
|
@ -50,6 +47,10 @@ namespace CSVDoc
|
|||
signals:
|
||||
|
||||
void focusId (const CSMWorld::UniversalId& universalId, const std::string& hint);
|
||||
|
||||
public slots:
|
||||
virtual void updateUserSetting
|
||||
(const QString &, const QStringList &);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue