LogDoctor/logdoctor/modules/crapup/modules/stylesheets.h

17 lines
235 B
C++

#ifndef LOGDOCTOR__CRAPUP__STYLESHEETS_H
#define LOGDOCTOR__CRAPUP__STYLESHEETS_H
class QString;
namespace StyleSec::Crapup
{
QString getStyleSheet();
} // namespacce StyleSec::Crapup
#endif // LOGDOCTOR__CRAPUP__STYLESHEETS_H