#ifndef SIMPLEMESSAGEDISPLAY #define SIMPLEMESSAGEDISPLAY #include "viewmodel/displayString/IDisplayProvider.h" class SimpleMessageDisplay : public IDisplayProvider { public: QString provideString(const Log_ptr& log) const override; }; #endif //SIMPLEMESSAGEDISPLAY