diff options
| author | Tannin <devnull@localhost> | 2014-08-01 12:10:49 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-08-01 12:10:49 +0200 |
| commit | 5d4a55c3a67caec2811a2b997753adc116403d77 (patch) | |
| tree | d41b89904717197efb5a2e00f906e534cb3c3d54 /src/settings.h | |
| parent | 470b6ed0bf20525988d719d23725f7c9d19a9f36 (diff) | |
- performance optimizations for detection of file changes in mod directories
- added a workaround for download-link handling in chrome
- MO will now create a profile even if the game-launcher has never been run
- bugfix: files weren't cleanly removed from vfs file register
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/settings.h b/src/settings.h index 44e8088e..40fd2c5a 100644 --- a/src/settings.h +++ b/src/settings.h @@ -272,7 +272,6 @@ public: * even if the user said earlier not to
*/
void registerAsNXMHandler(bool force);
-
private:
QString obfuscate(const QString &password) const;
@@ -280,8 +279,6 @@ private: void addLanguages(QComboBox *languageBox);
void addStyles(QComboBox *styleBox);
- bool isNXMHandler(bool *modifyable);
- void setNXMHandlerActive(bool active, bool writable);
void readPluginBlacklist();
void writePluginBlacklist();
|
