Skip to content

Commit

Permalink
Minor, more usual syntax for MacOSX.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdoin committed Feb 16, 2014
1 parent 3c80eb0 commit 64ffa8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/ApplicationInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ApplicationInfo::ApplicationInfo(QObject *parent): QObject(parent)
#elif defined(Q_OS_WIN)
m_platform = Windows;
#elif defined(Q_OS_MAC)
m_platform = MacOs;
m_platform = MacOSX;
#elif defined(Q_OS_ANDROID)
m_platform = Android;
#elif defined(Q_OS_IOS)
Expand Down
2 changes: 1 addition & 1 deletion src/core/ApplicationInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ApplicationInfo : public QObject
enum Platform {
Linux,
Windows,
MacOs,
MacOSX,
Android,
Ios,
Blackberry
Expand Down

0 comments on commit 64ffa8a

Please sign in to comment.