summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-08-02 14:58:17 +0200
committerTannin <devnull@localhost>2015-08-02 14:58:17 +0200
commit9c17ecc87ee6e1af87b6ee7e1b970d15dd19fbe3 (patch)
tree79801002b67a6cc47af2200ef4ca7a319bfc34f6 /src/mainwindow.h
parent051589c38e4b40749e9f0f38d750f2de0c9954b4 (diff)
parent48fae44566356eebbe222c7cc9592b8f2a1b3c8d (diff)
Merge
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 405a39ef..d60de869 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -30,7 +30,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include <QProgressBar>
#include <QTranslator>
#include <QPluginLoader>
-#include "executableslist.h"
#include "modlist.h"
#include "pluginlist.h"
#include "plugincontainer.h"
@@ -93,8 +92,6 @@ public:
void refreshDataTree();
void refreshSaveList();
- void setExecutablesList(const ExecutablesList &executablesList);
-
void setModListSorting(int index);
void setESPListSorting(int index);
@@ -329,6 +326,17 @@ private:
MOBase::DelayedFileWriter m_ArchiveListWriter;
+ enum class Shortcut_Type {
+ Toolbar,
+ Windows_Desktop,
+ Windows_StartMenu
+ };
+
+ void addWindowsLink(Shortcut_Type const);
+
+ Executable const &getSelectedExecutable() const;
+ Executable &getSelectedExecutable();
+
private slots:
void showMessage(const QString &message);