diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2016-01-06 11:28:44 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@users.noreply.github.com> | 2016-01-06 11:28:44 +0100 |
commit | 5ff9f90ce97b1986ea19bffe28426ade7a85d54b (patch) | |
tree | 1b19115d510163457cc7622385dfaea962bdebe6 /logic | |
parent | aa8103adf21acb2ad88044f2c2e728b2d6649f2c (diff) | |
parent | 34bf4ccdc749cdc7327bfcd450e04deaf1989b78 (diff) | |
download | MultiMC-5ff9f90ce97b1986ea19bffe28426ade7a85d54b.tar MultiMC-5ff9f90ce97b1986ea19bffe28426ade7a85d54b.tar.gz MultiMC-5ff9f90ce97b1986ea19bffe28426ade7a85d54b.tar.lz MultiMC-5ff9f90ce97b1986ea19bffe28426ade7a85d54b.tar.xz MultiMC-5ff9f90ce97b1986ea19bffe28426ade7a85d54b.zip |
Merge pull request #1393 from MultiMC/feature/travis-older-qt
GH-1393 Add more qt versions to travis
Diffstat (limited to 'logic')
-rw-r--r-- | logic/Exception.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/Exception.h b/logic/Exception.h index 0dae39a0..30c7aa45 100644 --- a/logic/Exception.h +++ b/logic/Exception.h @@ -3,7 +3,7 @@ #pragma once #include <QString> -#include <QLoggingCategory> +#include <QDebug> #include <exception> #include "multimc_logic_export.h" |