forked from qt-creator/qt-creator
core: compile fix with namespaces
Change-Id: Ibbf2711d7d7ce2b0ec56c93bb0ceac3dfa785756 Reviewed-on: http://codereview.qt.nokia.com/3106 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -35,10 +35,11 @@
|
|||||||
|
|
||||||
#include "coreplugin/core_global.h"
|
#include "coreplugin/core_global.h"
|
||||||
|
|
||||||
|
QT_BEGIN_NAMESPACE
|
||||||
class QWidget;
|
class QWidget;
|
||||||
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
namespace Core {
|
namespace Core {
|
||||||
|
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
struct CORE_EXPORT FileUtils
|
struct CORE_EXPORT FileUtils
|
||||||
|
Reference in New Issue
Block a user