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 Callgrind
|
||||||
} // namespace Valgrind
|
} // namespace Valgrind
|
||||||
|
|
||||||
Q_DECLARE_METATYPE(const Valgrind::Callgrind::Function *);
|
Q_DECLARE_METATYPE(const Valgrind::Callgrind::Function *)
|
||||||
|
|
||||||
#endif // LIBVALGRIND_CALLGRIND_FUNCTION_H
|
#endif // LIBVALGRIND_CALLGRIND_FUNCTION_H
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ public:
|
|||||||
void setCosts(const QVector<quint64> &costs);
|
void setCosts(const QVector<quint64> &costs);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Q_DISABLE_COPY(FunctionCall);
|
Q_DISABLE_COPY(FunctionCall)
|
||||||
|
|
||||||
class Private;
|
class Private;
|
||||||
Private *d;
|
Private *d;
|
||||||
@@ -89,6 +89,6 @@ private:
|
|||||||
} // namespace Callgrind
|
} // namespace Callgrind
|
||||||
} // namespace Valgrind
|
} // namespace Valgrind
|
||||||
|
|
||||||
Q_DECLARE_METATYPE(const Valgrind::Callgrind::FunctionCall *);
|
Q_DECLARE_METATYPE(const Valgrind::Callgrind::FunctionCall *)
|
||||||
|
|
||||||
#endif // CALLGRINDFUNCTIONCALL_H
|
#endif // CALLGRINDFUNCTIONCALL_H
|
||||||
|
|||||||
Reference in New Issue
Block a user