1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Remove test code

This commit is contained in:
Elias Steurer 2021-08-16 15:59:44 +02:00
parent 6d4f48013e
commit 36e6a5772e

View File

@ -26,18 +26,8 @@ public:
SteamWorkshop* steamWorkshop() const { return m_steamWorkshop.get(); }
public slots:
void aaa()
{
qDebug() << "aaaaaaaaaaaaaaaaaaaa";
}
bool init()
{
qInfo() << "steamWorkshop init";
if (!steamWorkshop()) {
qInfo() << "steamWorkshop NOT VALID!";
}
return steamWorkshop()->init();
}