[libcalamares] re-add Runner to the public API

This commit is contained in:
Adriaan de Groot 2024-11-05 15:29:04 +01:00
parent f6b4d6db43
commit c6f429e310

View File

@ -44,7 +44,7 @@ using ProcessResult = Calamares::ProcessResult;
*
* Processes are always run with LC_ALL and LANG set to "C".
*/
class Runner : public QObject
class DLLEXPORT Runner : public QObject
{
Q_OBJECT