Skip to content

Commit

Permalink
build: try to fix DisplayResult build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-adam committed Dec 17, 2020
1 parent 37beec4 commit 6187e66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/hobbits-widgets/displayresult.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@

#include <QJsonObject>
#include <QImage>
#include "hobbits-core_global.h"
#include <QSharedPointer>
#include "hobbits-widgets_global.h"

/**
* @brief The DisplayResult class contains the result of a DisplayInterface::renderDisplay() or DisplayInterface::renderOverlay() run
*
* \see DisplayInterface
*/
class HOBBITSCORESHARED_EXPORT DisplayResult
class HOBBITSWIDGETSSHARED_EXPORT DisplayResult
{
public:
DisplayResult();
Expand Down

0 comments on commit 6187e66

Please sign in to comment.