forked from qt-creator/qt-creator
code style
This commit is contained in:
@@ -43,6 +43,7 @@ namespace Qt4ProjectManager {
|
|||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
class QtQuickApp;
|
class QtQuickApp;
|
||||||
|
struct QmlCppPlugin;
|
||||||
|
|
||||||
struct QmlModule
|
struct QmlModule
|
||||||
{
|
{
|
||||||
@@ -64,7 +65,7 @@ struct QmlModule
|
|||||||
const QFileInfo qmldir; // 'qmldir' file.
|
const QFileInfo qmldir; // 'qmldir' file.
|
||||||
const bool isExternal; // Either external or inside a source paths
|
const bool isExternal; // Either external or inside a source paths
|
||||||
const QtQuickApp *qtQuickApp;
|
const QtQuickApp *qtQuickApp;
|
||||||
QHash<QString, struct QmlCppPlugin*> cppPlugins; // Just as info. No ownership.
|
QHash<QString, QmlCppPlugin *> cppPlugins; // Just as info. No ownership.
|
||||||
};
|
};
|
||||||
|
|
||||||
struct QmlCppPlugin
|
struct QmlCppPlugin
|
||||||
|
Reference in New Issue
Block a user