Skip to content

Commit fa6a8b7

Browse files
committed
fix
1 parent c435fa1 commit fa6a8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#include <QtCore/QDebug>
2121
#undef QT_NO_DEBUG
22-
#include <kdebug.h>
22+
// #include <kdebug.h>
2323

2424
QString getFilePath(QTemporaryDir* dir, const char* file) {
2525
QString path(dir->path());

0 commit comments

Comments
 (0)