Callgrind: avoid rude warnings

Change-Id: I1c26259defebd60def1670ac7908cd43a1710b67
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Nikita Baryshnikov
2015-06-11 17:41:52 +03:00
committed by hjk
parent 0a0aa4ac0d
commit e3640a4ff8
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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