MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / getDefaultOutDir

Function getDefaultOutDir

src/openms_gui/source/VISUAL/DIALOGS/SwathTabWidget.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 QString getDefaultOutDir()
42 {
43 auto dir = QDir::homePath().append("/SwathWizardOut");
44 if (!QDir().exists(dir)) QDir().mkpath(dir);
45 return dir;
46 }
47
48 SwathTabWidget::SwathTabWidget(QWidget* parent) :
49 QTabWidget(parent),

Callers 2

SwathTabWidgetMethod · 0.85
getCurrentOutDir_Method · 0.85

Calls 2

appendMethod · 0.45
existsMethod · 0.45

Tested by

no test coverage detected