Skip to content
Snippets Groups Projects
Commit c4d1fce8 authored by Lottie Greenwood's avatar Lottie Greenwood
Browse files

Refs #16326 removed commented out scriptsDir function code

parent 21c6d180
No related branches found
No related tags found
No related merge requests found
...@@ -15554,12 +15554,6 @@ void ApplicationWindow::restoreApplicationGeometry() { ...@@ -15554,12 +15554,6 @@ void ApplicationWindow::restoreApplicationGeometry() {
   
void ApplicationWindow::scriptsDirPathChanged(const QString &path) { void ApplicationWindow::scriptsDirPathChanged(const QString &path) {
scriptsDirPath = path; scriptsDirPath = path;
// QList<MdiSubWindow*> windows = windowsList();
// foreach(MdiSubWindow *w, windows){
// if (w->isA("Note"))
// dynamic_cast<Note*>(w)->setDirPath(path);
// }
} }
   
void ApplicationWindow::makeToolbarsMenu() void ApplicationWindow::makeToolbarsMenu()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment