forked from qt-creator/qt-creator
more Id type fixes
Change-Id: I3720946ba5485696822976567d83b4d6cb1fb283 x Change-Id: Iab58bc34bc56371405d132315573b484a533b77c Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#ifndef CORE_GENERATEDFILE_H
|
||||
#define CORE_GENERATEDFILE_H
|
||||
|
||||
#include "core_global.h"
|
||||
#include "coreplugin/id.h"
|
||||
|
||||
#include <QtCore/QSharedDataPointer>
|
||||
#include <QtCore/QList>
|
||||
@@ -79,8 +79,8 @@ public:
|
||||
void setBinary(bool b);
|
||||
|
||||
// Id of editor to open the file with
|
||||
QString editorId() const;
|
||||
void setEditorId(const QString &k);
|
||||
Id editorId() const;
|
||||
void setEditorId(const Id &id);
|
||||
|
||||
bool write(QString *errorMessage) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user