mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 16:32:16 -07:00
Remove debug.
This commit is contained in:
parent
df1aa46a81
commit
c66c45f800
1 changed files with 0 additions and 2 deletions
|
|
@ -110,14 +110,12 @@ VisualDeckStorageWidget::VisualDeckStorageWidget(QWidget *parent) : QWidget(pare
|
||||||
|
|
||||||
// Signals for changes
|
// Signals for changes
|
||||||
connect(&watcher, &QFileSystemWatcher::fileChanged, [this] {
|
connect(&watcher, &QFileSystemWatcher::fileChanged, [this] {
|
||||||
qDebug() << "Modified a file";
|
|
||||||
if (scrollArea->widget() != databaseLoadIndicator) {
|
if (scrollArea->widget() != databaseLoadIndicator) {
|
||||||
createRootFolderWidget();
|
createRootFolderWidget();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
connect(&watcher, &QFileSystemWatcher::directoryChanged, [this] {
|
connect(&watcher, &QFileSystemWatcher::directoryChanged, [this] {
|
||||||
qDebug() << "Modified a folder";
|
|
||||||
if (scrollArea->widget() != databaseLoadIndicator) {
|
if (scrollArea->widget() != databaseLoadIndicator) {
|
||||||
createRootFolderWidget();
|
createRootFolderWidget();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue