forked from qt-creator/qt-creator
fix metatype declaration in a few places
Change-Id: I76a12a278db8e74d935e76a5e832daf8e34df2a9 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
e37b1bdfa4
commit
5398f4f5b1
@@ -191,7 +191,7 @@ void DiffEditorPlugin::diff()
|
||||
#include "diffutils.h"
|
||||
|
||||
Q_DECLARE_METATYPE(DiffEditor::ChunkData)
|
||||
Q_DECLARE_METATYPE(QList<DiffEditor::FileData>)
|
||||
Q_DECLARE_METATYPE(DiffEditor::FileData)
|
||||
|
||||
static inline QString _(const char *string) { return QString::fromLatin1(string); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user