diff options
| author | Tom Tanner <thosrtanner2@users.sourceforge.net> | 2015-07-18 10:44:49 +0100 |
|---|---|---|
| committer | Tom Tanner <thosrtanner2@users.sourceforge.net> | 2015-07-18 10:44:49 +0100 |
| commit | 050309749476aaa07afb00e7160abb4e5e693dcb (patch) | |
| tree | 5c392338171c69b231378cfe1a2acbe917744b18 /src/executableslist.h | |
| parent | 3a39f9087099741dd6d2a5c811671e61dcd7174b (diff) | |
Allow user to select app icon or mo icon for generated shortcuts
Also fixes 'x' for toolbar not disappearing when it should
Issue 701
Diffstat (limited to 'src/executableslist.h')
| -rw-r--r-- | src/executableslist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/executableslist.h b/src/executableslist.h index cf2fbac3..8eda38f5 100644 --- a/src/executableslist.h +++ b/src/executableslist.h @@ -41,6 +41,7 @@ struct Executable { bool m_Custom;
bool m_Toolbar;
+ bool m_UseOwnIcon;
};
@@ -121,7 +122,7 @@ public: **/
void addExecutable(const QString &title, const QString &executableName, const QString &arguments,
const QString &workingDirectory, MOBase::ExecutableInfo::CloseMOStyle closeMO, const QString &steamAppID,
- bool custom, bool toolbar, int pos = -1);
+ bool custom, bool toolbar, bool ownicon);
/**
* @brief change position of an executable which is expected to exist
|
