typedef -> using

wilder-pre-rebase
Hugo Pereira Da Costa 11 years ago
parent 3cbf03c263
commit beecaaec1a
  1. 2
      kstyle/breezesplitterproxy.h
  2. 2
      kstyle/breezestyle.h
  3. 2
      kstyle/breezetileset.h
  4. 2
      kstyle/breezewindowmanager.h

@ -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
/**

Loading…
Cancel
Save