forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/11.0' into qds/dev
Conflicts: src/plugins/qmldesigner/designercore/metainfo/metainfo.cpp src/plugins/qmlprojectmanager/cmakegen/generatecmakelists.cpp tests/auto/qml/qmlprojectmanager/fileformat/fileformat.qbs tests/auto/qml/qmlprojectmanager/fileformat/tst_fileformat.cpp Change-Id: I257f1908917bcc58805619b53b6866f2f73ca544
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
#include <sqlitesessionchangeset.h>
|
||||
#include <sqlitevalue.h>
|
||||
#include <utils/fileutils.h>
|
||||
#include <utils/linecolumn.h>
|
||||
#include <variantproperty.h>
|
||||
#include <qmldesigner/designercore/imagecache/imagecachestorageinterface.h>
|
||||
|
||||
@@ -43,11 +42,6 @@ std::ostream &operator<<(std::ostream &out, const monostate &)
|
||||
} // namespace std
|
||||
|
||||
namespace Utils {
|
||||
|
||||
std::ostream &operator<<(std::ostream &out, const LineColumn &lineColumn)
|
||||
{
|
||||
return out << "(" << lineColumn.line << ", " << lineColumn.column << ")";
|
||||
}
|
||||
namespace {
|
||||
const char * toText(Utils::Language language)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user