forked from qt-creator/qt-creator
Clang: Extract a function
Change-Id: I3041e019c2c65d9d988d31c47823e29955cd1c51 Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
@@ -81,6 +81,12 @@ private:
|
||||
int order = 0,
|
||||
const QVariant &data = QVariant());
|
||||
|
||||
struct UnsavedFileContentInfo {
|
||||
QByteArray unsavedContent;
|
||||
bool isDocumentModified = false;
|
||||
};
|
||||
UnsavedFileContentInfo unsavedFileContent(const QByteArray &customFileContent) const;
|
||||
|
||||
void sendFileContent(const QString &projectPartId, const QByteArray &customFileContent);
|
||||
void sendCompletionRequest(int position, const QByteArray &customFileContent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user