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