NOISSUE and even more: forgot to remove export from IconResourceHandler
This commit is contained in:
parent
260a2cea59
commit
1cbe543b39
1 changed files with 1 additions and 3 deletions
|
@ -3,9 +3,7 @@
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <resources/ResourceHandler.h>
|
#include <resources/ResourceHandler.h>
|
||||||
|
|
||||||
#include "multimc_logic_export.h"
|
class IconResourceHandler : public ResourceHandler
|
||||||
|
|
||||||
class MULTIMC_LOGIC_EXPORT IconResourceHandler : public ResourceHandler
|
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
explicit IconResourceHandler(const QString &key);
|
explicit IconResourceHandler(const QString &key);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue