forked from qt-creator/qt-creator
qmldump: Make Creator able to read qmldump's new output.
Task-number: QTCREATORBUG-3048
This commit is contained in:
@@ -48,6 +48,7 @@ public:
|
||||
|
||||
ComponentVersion();
|
||||
ComponentVersion(int major, int minor);
|
||||
explicit ComponentVersion(const QString &versionString);
|
||||
~ComponentVersion();
|
||||
|
||||
int majorVersion() const
|
||||
@@ -56,6 +57,7 @@ public:
|
||||
{ return _minor; }
|
||||
|
||||
bool isValid() const;
|
||||
QString toString() const;
|
||||
};
|
||||
|
||||
bool LANGUAGEUTILS_EXPORT operator<(const ComponentVersion &lhs, const ComponentVersion &rhs);
|
||||
|
||||
Reference in New Issue
Block a user