From 643a50ad5a6f6851db63ece41a399d9783dc5acd Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 2 Aug 2015 20:09:56 +0200 Subject: - changed the way flags on executables are stored in memory - some coding style fixes --- src/mainwindow.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mainwindow.h') 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(); -- cgit v1.3.1