Fix issues

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-06-20 16:30:18 +02:00
parent 1a0b373e8e
commit c6be9f6c17
3 changed files with 38 additions and 43 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ MainWindow::MainWindow(QWidget *parent)
, Clipboard(QGuiApplication::clipboard())
{
ui->setupUi(this);
currentPath = new Path();
//currentPath = new Path();
connect(ui->titleEdit, &QLineEdit::editingFinished, this, [this]() {
static QString previousText;