mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-22 10:42: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())
|
if (m_loadScreenWatcher.isRunning())
|
||||||
qDebug() << "allready running";
|
qDebug() << "allready running";
|
||||||
|
|
||||||
qDebug() << QThread::currentThreadId();
|
|
||||||
|
|
||||||
if (m_isLoadingContent) {
|
if (m_isLoadingContent) {
|
||||||
qDebug() << "Called loading installed files twice! Aborting";
|
qDebug() << "Called loading installed files twice! Aborting";
|
||||||
@ -105,7 +104,7 @@ void InstalledListModel::loadInstalledContent()
|
|||||||
m_loadScreenFuture = QtConcurrent::run([this]() {
|
m_loadScreenFuture = QtConcurrent::run([this]() {
|
||||||
auto cleanup = qScopeGuard([this] { setIsLoadingContent(false); });
|
auto cleanup = qScopeGuard([this] { setIsLoadingContent(false); });
|
||||||
setIsLoadingContent(true);
|
setIsLoadingContent(true);
|
||||||
qDebug() << QThread::currentThreadId();
|
|
||||||
QJsonDocument jsonProject;
|
QJsonDocument jsonProject;
|
||||||
QJsonParseError parseError;
|
QJsonParseError parseError;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user