summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-07-20 19:26:33 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2020-07-20 19:26:33 -0400
commit4adfeac9b79318a49f99b978a9f3cf160f1b9afd (patch)
tree85f6b04283c4371d160b377abdb9aeb4ef84bbea /src/mainwindow.h
parentc7a90f9506c4711176808f4aeb0b0380a9496fc7 (diff)
shift+ and ctrl+double-click in mod list will now only open one mod instead of the whole selection
since these modifiers are also used for selecting, this is too error prone and users have reported opening a crapload of tabs in their browser or explorer windows
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 60f22770..814e0363 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -251,7 +251,7 @@ private:
void fixCategories();
bool extractProgress(QProgressDialog &extractProgress, int percentage, std::string fileName);
-
+
// Performs checks, sets the m_NumberOfProblems and signals checkForProblemsDone().
void checkForProblemsImpl();
@@ -498,6 +498,7 @@ private slots:
ModListSortProxy::FilterMode mode, ModListSortProxy::SeparatorsMode sep);
void displayModInformation(const QString &modName, ModInfoTabIDs tabID);
+ void visitNexusOrWebPage(const QModelIndex& idx);
void modRenamed(const QString &oldName, const QString &newName);
void modRemoved(const QString &fileName);