From 1e6c5f7c25ddd2094e26e6af1159ec5912448705 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 1 Sep 2013 13:40:44 +0200 Subject: - added a new column for not-yet-endorsed mods - set categories menu no longer closes when the mouse cursor leaves the menu - MO will no longer change the endorsement flag if an update doesn't contain it - the column selection for the mod list can now only be accessed by mouse, hotkeys open the context menu of the mod - now displaying a progress dialog during login. For unknown reasons MO hangs during that time --- src/nxmaccessmanager.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nxmaccessmanager.h') diff --git a/src/nxmaccessmanager.h b/src/nxmaccessmanager.h index 4e2b24ce..b0c43978 100644 --- a/src/nxmaccessmanager.h +++ b/src/nxmaccessmanager.h @@ -24,6 +24,7 @@ along with Mod Organizer. If not, see . #include #include #include +#include /** @@ -85,6 +86,7 @@ private: QTimer m_LoginTimeout; QNetworkReply *m_LoginReply; + QProgressDialog m_ProgressDialog; QString m_Username; QString m_Password; -- cgit v1.3.1