suspended unused code

This commit is contained in:
csoler 2019-06-04 13:41:34 +02:00
parent 9bc552aea4
commit 90d26e7323
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C
2 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,7 @@
* *
*******************************************************************************/
#ifdef UNUSED_CODE
#include <gui/gxs/GxsIdDetails.h>
#include <util/PixmapMerging.h>
@ -39,3 +40,5 @@ QPixmap PixmapMerging::merge(const std::string & foregroundPixmapData, const std
return backgroundPixmap;
}
#endif

View File

@ -21,6 +21,7 @@
#ifndef PIXMAPMERGING_H
#define PIXMAPMERGING_H
#ifdef UNUSED_CODE
#include <util/rsqtutildll.h>
#include <util/NonCopyable.h>
@ -49,4 +50,6 @@ public:
RSQTUTIL_API static QPixmap merge(const std::string & foregroundPixmapData, const std::string & backgroundPixmapFilename);
};
#endif
#endif //PIXMAPMERGING_H