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