diff options
author | 251 <13120787+251Labs@users.noreply.github.com> | 2019-04-23 13:26:06 +0200 |
---|---|---|
committer | 251 <13120787+251Labs@users.noreply.github.com> | 2019-04-23 13:26:06 +0200 |
commit | fa1c8e297825fbaeda049c8bf36f39de919a9989 (patch) | |
tree | 3057bb146de690e858fbb24f3bb7821a92f77ceb /src/qt/intro.h | |
parent | 08bd21a3bda9f621948c535e951880d7e318caa5 (diff) |
Resolve the qt/guiutil <-> qt/optionsmodal CD
This pull request attempts to resolve the `qt/guiutil` <-> `qt/optionsmodel`
circular dependency.
The circular dependency is resolved by moving the `Intro::getDefaultDataDirectory`
member function to `GUIUtil::getDefaultDataDirectory`.
Diffstat (limited to 'src/qt/intro.h')
-rw-r--r-- | src/qt/intro.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qt/intro.h b/src/qt/intro.h index b537c94f7d..c3b26808d4 100644 --- a/src/qt/intro.h +++ b/src/qt/intro.h @@ -48,11 +48,6 @@ public: */ static bool pickDataDirectory(interfaces::Node& node); - /** - * Determine default data directory for operating system. - */ - static QString getDefaultDataDirectory(); - Q_SIGNALS: void requestCheck(); |