Fix for Qt Creator 5.10 precompiled header bug on Windows.

This commit is contained in:
Leonardo 2018-01-19 09:46:38 -08:00
parent 0112b5385b
commit 0ec956e700

View file

@ -1,5 +1,6 @@
#ifndef LC_GLOBAL_H
#define LC_GLOBAL_H
#pragma once
#ifdef __cplusplus
#include <QtGlobal>
#include <QWidget>
@ -63,4 +64,4 @@ class lcFile;
class lcMemFile;
class lcDiskFile;
#endif // LC_GLOBAL_H
#endif