mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -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
|
||||
connect(&watcher, &QFileSystemWatcher::fileChanged, [this] {
|
||||
qDebug() << "Modified a file";
|
||||
if (scrollArea->widget() != databaseLoadIndicator) {
|
||||
createRootFolderWidget();
|
||||
}
|
||||
});
|
||||
|
||||
connect(&watcher, &QFileSystemWatcher::directoryChanged, [this] {
|
||||
qDebug() << "Modified a folder";
|
||||
if (scrollArea->widget() != databaseLoadIndicator) {
|
||||
createRootFolderWidget();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue