Fix issues
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user