Use simpler ifdef style.

This commit is contained in:
sledgehammer999 2017-08-15 21:01:55 +03:00
parent 62b956946f
commit c87c1d2359
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
2 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@
#include "torrentcontentmodelitem.h"
#include "torrentcontentmodelfolder.h"
#include "torrentcontentmodelfile.h"
#if defined(Q_OS_MAC)
#ifdef Q_OS_MAC
#include "macutilities.h"
#endif