From 22f07a12de37416409c29c6ca396d35da15a849d Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 4 Jun 2019 09:56:06 +0200 Subject: Replace typedef by 'using' or QOverload Fix clang warnings about typedef. Change-Id: Ife4540cd114566af7822af8f6d3d4d991d1194de Reviewed-by: Oliver Wolff --- examples/winextras/iconextractor/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/winextras/iconextractor/main.cpp b/examples/winextras/iconextractor/main.cpp index cee5728..7fa5e4d 100644 --- a/examples/winextras/iconextractor/main.cpp +++ b/examples/winextras/iconextractor/main.cpp @@ -77,7 +77,7 @@ struct PixmapEntry { QPixmap pixmap; }; -typedef QList PixmapEntryList; +using PixmapEntryList = QList; static std::wostream &operator<<(std::wostream &str, const QString &s) { -- cgit v1.2.3