MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / DefaultDirectoryManager

Method DefaultDirectoryManager

src/DefaultDirectoryManager.cpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "ApplicationSettings.h"
21
22DefaultDirectoryManager::DefaultDirectoryManager(MainWindow *window, ApplicationSettings *settings, QObject *parent)
23 : QObject{parent}, window(window), settings(settings)
24{
25 connect(window, &MainWindow::editorActivated, this, &DefaultDirectoryManager::editorActivated);
26 connect(window, &MainWindow::fileDialogAccepted, this, &DefaultDirectoryManager::fileDialogAccepted);
27}
28
29QString DefaultDirectoryManager::getDefaultDirectory() const
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected