diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-07-01 14:26:22 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-07-01 14:26:22 +0900 |
commit | 46c9d422bc50c3eb4a5012962666e3bf3a0916a1 (patch) | |
tree | 44753896969a7ab9a71e65526ea0accb6250ff43 /lib/util.h | |
parent | 84f44ed93e528bcedf4c4c3bc8e54377854f27d0 (diff) | |
download | libquotient-46c9d422bc50c3eb4a5012962666e3bf3a0916a1.tar.gz libquotient-46c9d422bc50c3eb4a5012962666e3bf3a0916a1.zip |
More cleanup and minor tweaks
Diffstat (limited to 'lib/util.h')
-rw-r--r-- | lib/util.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ #pragma once -#include <QtCore/QMetaEnum> -#include <QtCore/QDebug> +//#include <QtCore/QMetaEnum> // We're about to drop REGISTER_ENUM, +//#include <QtCore/QDebug> // therefore these are commented out #include <QtCore/QPointer> #include <functional> |