mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-22 02:32:29 +01:00
Remove debugs
This commit is contained in:
parent
ead7f3345b
commit
0d12c84107
@ -95,7 +95,6 @@ void InstalledListModel::loadInstalledContent()
|
||||
if (m_loadScreenWatcher.isRunning())
|
||||
qDebug() << "allready running";
|
||||
|
||||
qDebug() << QThread::currentThreadId();
|
||||
|
||||
if (m_isLoadingContent) {
|
||||
qDebug() << "Called loading installed files twice! Aborting";
|
||||
@ -105,7 +104,7 @@ void InstalledListModel::loadInstalledContent()
|
||||
m_loadScreenFuture = QtConcurrent::run([this]() {
|
||||
auto cleanup = qScopeGuard([this] { setIsLoadingContent(false); });
|
||||
setIsLoadingContent(true);
|
||||
qDebug() << QThread::currentThreadId();
|
||||
|
||||
QJsonDocument jsonProject;
|
||||
QJsonParseError parseError;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user