aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author251 <13120787+251Labs@users.noreply.github.com>2019-04-23 13:26:06 +0200
committer251 <13120787+251Labs@users.noreply.github.com>2019-04-23 13:26:06 +0200
commitfa1c8e297825fbaeda049c8bf36f39de919a9989 (patch)
tree3057bb146de690e858fbb24f3bb7821a92f77ceb /test
parent08bd21a3bda9f621948c535e951880d7e318caa5 (diff)
downloadbitcoin-fa1c8e297825fbaeda049c8bf36f39de919a9989.tar.xz
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 'test')
-rwxr-xr-xtest/lint/lint-circular-dependencies.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-circular-dependencies.sh b/test/lint/lint-circular-dependencies.sh
index e59a5ce126..e1a99abc49 100755
--- a/test/lint/lint-circular-dependencies.sh
+++ b/test/lint/lint-circular-dependencies.sh
@@ -36,7 +36,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
"txmempool -> validation -> validationinterface -> txmempool"
"qt/addressbookpage -> qt/bitcoingui -> qt/walletview -> qt/receivecoinsdialog -> qt/addressbookpage"
"qt/addressbookpage -> qt/bitcoingui -> qt/walletview -> qt/signverifymessagedialog -> qt/addressbookpage"
- "qt/guiutil -> qt/walletmodel -> qt/optionsmodel -> qt/intro -> qt/guiutil"
"qt/addressbookpage -> qt/bitcoingui -> qt/walletview -> qt/sendcoinsdialog -> qt/sendcoinsentry -> qt/addressbookpage"
)