Sanguine_Studio/app/splashscreen.h

13 lines
174 B
C
Raw Permalink Normal View History

#ifndef SPLASHSCREEN_H
#define SPLASHSCREEN_H
#include <QSplashScreen>
class SplashScreen : public QSplashScreen
{
public:
SplashScreen();
};
#endif // SPLASHSCREEN_H