Skip to content
This repository has been archived by the owner on Sep 1, 2019. It is now read-only.

Commit

Permalink
better OS selection #ifdef to support FreeBSD
Browse files Browse the repository at this point in the history
fixes #48
  • Loading branch information
martins-mozeiko committed Apr 17, 2017
1 parent 8587a3a commit 8b9e11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icon_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public slots:

QHash<QString, QIcon> mIcons;

#ifdef Q_OS_LINUX
#if !defined(Q_OS_WIN32) && !defined(Q_OS_OSX)
QMimeDatabase mMimeDatabase;
#endif
};

0 comments on commit 8b9e11e

Please sign in to comment.