[libcalamares] Merge PluginDllMacro.h into DllMacro.h

- Let's just have one header definining export- and visibility-
   macros for Calamares. They are still selected based on the
   export flags (*_PRO), just defined in one header instead of two.
This commit is contained in:
Adriaan de Groot 2020-02-17 11:37:35 +01:00
parent aaa6f6bd55
commit b044549013
30 changed files with 36 additions and 60 deletions

View file

@ -25,7 +25,7 @@
#include <utils/PluginFactory.h>
#include <viewpages/ViewStep.h>
#include <PluginDllMacro.h>
#include <DllMacro.h>
#include <QVariant>