diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-11-03 01:10:16 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-11-03 01:11:57 +0100 |
commit | f0b71f989ea798495ad80d1f059ae0a28514f9a2 (patch) | |
tree | 8551131b5ce3ccaa3c422f6635aefdbf6ca149ff /application/ColorCache.h | |
parent | ac66af6c13604a4eb2d36cc82417aa6753b84afe (diff) | |
download | MultiMC-f0b71f989ea798495ad80d1f059ae0a28514f9a2.tar MultiMC-f0b71f989ea798495ad80d1f059ae0a28514f9a2.tar.gz MultiMC-f0b71f989ea798495ad80d1f059ae0a28514f9a2.tar.lz MultiMC-f0b71f989ea798495ad80d1f059ae0a28514f9a2.tar.xz MultiMC-f0b71f989ea798495ad80d1f059ae0a28514f9a2.zip |
NOISSUE use LoggedProcess to work around issues with QProcess on macOS
Diffstat (limited to 'application/ColorCache.h')
-rw-r--r-- | application/ColorCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/ColorCache.h b/application/ColorCache.h index 9d5ad02b..1ce1c211 100644 --- a/application/ColorCache.h +++ b/application/ColorCache.h @@ -1,7 +1,7 @@ #pragma once #include <QtGui/QColor> #include <rainbow.h> -#include <launch/MessageLevel.h> +#include <MessageLevel.h> #include <QMap> class ColorCache |