Skip to content

Commit

Permalink
Merge pull request #6 from fwcd/fixversionstore
Browse files Browse the repository at this point in the history
VersionStore: Remove Apple fallback
  • Loading branch information
fwcd authored Jan 28, 2024
2 parents 7d99fd5 + 9c2e4c6 commit cdf87b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util/versionstore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ QString VersionStore::platform() {
QString base = QStringLiteral("iOS");
#elif defined(Q_OS_MACOS)
QString base = QStringLiteral("macOS");
#elif defined(__APPLE__)
QString base = QStringLiteral("Apple");
#elif defined(__LINUX__)
QString base = QStringLiteral("Linux");
#elif defined(__WINDOWS__)
Expand Down

0 comments on commit cdf87b9

Please sign in to comment.