Valgrind: Modernize

modernize-*

Change-Id: I6db60dce78cf2575e36caa597b1f095adba34fd9
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Alessandro Portale
2018-12-10 08:11:18 +01:00
parent 390a227df6
commit 00ec6dfb5d
53 changed files with 182 additions and 294 deletions

View File

@@ -63,7 +63,7 @@ private:
QSharedDataPointer<Private> d;
};
typedef QVector<SuppressionFrame> SuppressionFrames;
using SuppressionFrames = QVector<SuppressionFrame>;
class Suppression
{