diff options
| author | TanninOne <seppleviathan@gmx.de> | 2016-06-30 19:03:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-30 19:03:45 +0200 |
| commit | 4a582e524dd012ed9d5fdb4f9c97aab22c8dac85 (patch) | |
| tree | 8636fd48efe160d7325906cfb88b90374e0522a0 /src/mainwindow.h | |
| parent | 89221af929f86d7038cb9578433d46c5f144dc33 (diff) | |
| parent | 42407866e9f04cac3c1bad0e1002e23c6f0d5064 (diff) | |
Merge pull request #837 from ThosRTanner/issue/309
Changes for TanninOne/modorganizer#309 (3 of 3)
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 177048b4..8e63a14f 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -118,6 +118,7 @@ public: virtual void lock() override;
virtual void unlock() override;
virtual bool unlockClicked() override;
+ virtual void setProcessName(QString const &name) override;
bool addProfile();
void updateBSAList(const QStringList &defaultArchives, const QStringList &activeArchives);
@@ -350,6 +351,7 @@ private: bool m_DidUpdateMasterList;
LockedDialog *m_LockDialog { nullptr };
+ uint64_t m_LockCount { 0 };
MOBase::DelayedFileWriter m_ArchiveListWriter;
|
