We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84a1aa commit 35016a4Copy full SHA for 35016a4
src/MainWindow.cpp
@@ -233,4 +233,5 @@ void MainWindow::loadFileInEditor(const QString &filePath)
233
234
m_editor->setCurrentFileName(filePath);
235
setWindowTitle("CodeAstra ~ " + QFileInfo(filePath).fileName());
236
+ emit m_editor->statusMessageChanged("File loaded successfully: " + QFileInfo(filePath).fileName());
237
}
0 commit comments