Remove unnecessary typedefs or replace with using.

This commit is contained in:
Jim Evins
2017-12-30 18:42:26 -05:00
parent b11754462f
commit c7a6ed4917
6 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ namespace glabels
// private methods
/////////////////////////////////
private:
typedef Merge* (*CreateFct)();
using CreateFct = Merge* (*)();
static void registerBackend( const QString& id,
const QString& name,