diff options
author | Mrazek, Petr <petr.mrazek@acision.com> | 2016-05-03 17:49:56 +0200 |
---|---|---|
committer | Mrazek, Petr <petr.mrazek@acision.com> | 2016-05-03 17:49:56 +0200 |
commit | 898e3cd4e7b524e4c1d9492f046f0520d61d1621 (patch) | |
tree | 0652b14e63d597f909c4921907653710e81d9ece /api/logic/icons/IIconList.cpp | |
parent | e1a530f84dce9b4c1b262669157359fbbd436428 (diff) | |
download | PrismLauncher-898e3cd4e7b524e4c1d9492f046f0520d61d1621.tar.gz PrismLauncher-898e3cd4e7b524e4c1d9492f046f0520d61d1621.tar.bz2 PrismLauncher-898e3cd4e7b524e4c1d9492f046f0520d61d1621.zip |
GH-1559 Export IIconList from logic API
Diffstat (limited to 'api/logic/icons/IIconList.cpp')
-rw-r--r-- | api/logic/icons/IIconList.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/api/logic/icons/IIconList.cpp b/api/logic/icons/IIconList.cpp new file mode 100644 index 00000000..b3a8fb43 --- /dev/null +++ b/api/logic/icons/IIconList.cpp @@ -0,0 +1,7 @@ +#include "IIconList.h" + +// blargh +IIconList::~IIconList() +{ +} + |