diff options
| author | Tannin <devnull@localhost> | 2015-08-02 20:09:56 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-08-02 20:09:56 +0200 |
| commit | 643a50ad5a6f6851db63ece41a399d9783dc5acd (patch) | |
| tree | 3de48db745f117f45aa7f206b09df4aa956f32de /src/mainwindow.h | |
| parent | 9c17ecc87ee6e1af87b6ee7e1b970d15dd19fbe3 (diff) | |
- changed the way flags on executables are stored in memory
- some coding style fixes
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index d60de869..d16719e3 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -326,13 +326,13 @@ private: MOBase::DelayedFileWriter m_ArchiveListWriter;
- enum class Shortcut_Type {
+ enum class ShortcutType {
Toolbar,
- Windows_Desktop,
- Windows_StartMenu
+ Desktop,
+ StartMenu
};
- void addWindowsLink(Shortcut_Type const);
+ void addWindowsLink(ShortcutType const);
Executable const &getSelectedExecutable() const;
Executable &getSelectedExecutable();
|
