use type definition

This commit is contained in:
Andrew Meadows 2017-02-02 13:34:22 -08:00
parent f0238ec4d7
commit 45c73439eb

View file

@ -159,7 +159,7 @@ protected:
class Texture {
public:
QString name;
QSharedPointer<NetworkTexture> texture;
NetworkTexturePointer texture;
};
using Textures = std::vector<Texture>;