@ -75,7 +75,7 @@ namespace Breeze
using SplitterProxyPointer = WeakPointer<SplitterProxy>;
//* registered widgets
typedef QMap<QWidget*, SplitterProxyPointer > WidgetMap;
using WidgetMap = QMap<QWidget*, SplitterProxyPointer >;
WidgetMap _widgets;
};
@ -475,7 +475,7 @@ namespace Breeze
BreezePrivate::TabBarData* _tabBarData;
//* icon hash
typedef QHash<StandardPixmap, QIcon> IconCache;
using IconCache = QHash<StandardPixmap, QIcon>;
IconCache _iconCache;
//* pointer to primitive specialized function
@ -108,7 +108,7 @@ namespace Breeze
protected:
//* shortcut to pixmap list
typedef QVector<QPixmap> PixmapList;
using PixmapList = QVector<QPixmap>;
//* initialize pixmap
void initPixmap( PixmapList&, const QPixmap&, int w, int h, const QRect& );
@ -217,7 +217,7 @@ namespace Breeze
//* exception set
typedef QSet<ExceptionId> ExceptionSet;
using ExceptionSet = QSet<ExceptionId>;
//* list of white listed special widgets
/**