fixed bug that sometimes alpha channel was not read in,

code improvement = performance,
This commit is contained in:
Anakin
2017-01-30 16:54:35 +01:00
parent 4342260e6d
commit 37e9b86daa
3 changed files with 8 additions and 10 deletions

View File

@@ -5,7 +5,6 @@
#include "..\Header\OutputDevice.h"
#include <QRegExp>
#include "../Header/Profiler.h"
/////////////////////////////////////////////////////////////////////////
// constructor/destructor

View File

@@ -3,7 +3,6 @@
#include "..\Header\OutputDevice.h"
#include <QColor>
#include "..\Header\Profiler.h"
// helper function to save data from file to any variable type
#define F2V(variableName) reinterpret_cast<char*>(&variableName)