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
|
||||||
@@ -152,8 +153,8 @@ private:
|
|||||||
QFileInfo m_mainQmlFile;
|
QFileInfo m_mainQmlFile;
|
||||||
Mode m_mainQmlMode;
|
Mode m_mainQmlMode;
|
||||||
QStringList m_importPaths;
|
QStringList m_importPaths;
|
||||||
QList <QmlModule*> m_modules;
|
QList<QmlModule *> m_modules;
|
||||||
QList <QmlCppPlugin*> m_cppPlugins;
|
QList<QmlCppPlugin *> m_cppPlugins;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Internal
|
} // namespace Internal
|
||||||
|
Reference in New Issue
Block a user