diff options
| author | Tannin <devnull@localhost> | 2013-06-15 14:42:20 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-06-15 14:42:20 +0200 |
| commit | 49cbe0349184419530d22782cc670946b61c9f01 (patch) | |
| tree | a73c952c93f0624771df97fa9b2b724b51ed0956 /src/nexusdialog.h | |
| parent | 6069decb159ec30b7a69649294ee0e89783bb717 (diff) | |
- completed Qt5 compatibility
- added GetFileVerisonInfoW hook for Windows 8 compatibility
- fixed BossDummy to compile correctly with current version of the RGiesecke.DllExport assembly
- fixed NCC components compiling with different Framewerk versions
- dropped files-list in Nexus-tab of modinfo dialog
Diffstat (limited to 'src/nexusdialog.h')
| -rw-r--r-- | src/nexusdialog.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nexusdialog.h b/src/nexusdialog.h index d7e8ff50..8fb22029 100644 --- a/src/nexusdialog.h +++ b/src/nexusdialog.h @@ -101,8 +101,6 @@ private slots: void loginFailed(const QString &message); void loginFinished(bool necessary); -// void loginError(QNetworkReply::NetworkError errorCode); -// void loginTimeout(); void initTab(NexusView *newView); void openInNewTab(const QUrl &url); @@ -117,7 +115,6 @@ private slots: void tabCloseRequested(int index); -// void openByModID(); void on_browserTabWidget_customContextMenuRequested(const QPoint &pos); void urlChanged(const QUrl &url); |
