forked from qt-creator/qt-creator
Callgrind: avoid rude warnings
Change-Id: I1c26259defebd60def1670ac7908cd43a1710b67 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -149,6 +149,6 @@ private:
|
||||
} // namespace Callgrind
|
||||
} // namespace Valgrind
|
||||
|
||||
Q_DECLARE_METATYPE(const Valgrind::Callgrind::Function *);
|
||||
Q_DECLARE_METATYPE(const Valgrind::Callgrind::Function *)
|
||||
|
||||
#endif // LIBVALGRIND_CALLGRIND_FUNCTION_H
|
||||
|
||||
@@ -80,7 +80,7 @@ public:
|
||||
void setCosts(const QVector<quint64> &costs);
|
||||
|
||||
private:
|
||||
Q_DISABLE_COPY(FunctionCall);
|
||||
Q_DISABLE_COPY(FunctionCall)
|
||||
|
||||
class Private;
|
||||
Private *d;
|
||||
@@ -89,6 +89,6 @@ private:
|
||||
} // namespace Callgrind
|
||||
} // namespace Valgrind
|
||||
|
||||
Q_DECLARE_METATYPE(const Valgrind::Callgrind::FunctionCall *);
|
||||
Q_DECLARE_METATYPE(const Valgrind::Callgrind::FunctionCall *)
|
||||
|
||||
#endif // CALLGRINDFUNCTIONCALL_H
|
||||
|
||||
Reference in New Issue
Block a user