diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-12-02 15:44:34 +0000 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-12-02 15:44:34 +0000 |
commit | 5d332da2cfdc67d69a165119c6ff598e29b28afa (patch) | |
tree | d9c02aecc5ed268ec4cfddbb0cf61e35bc9c80c7 /src/qt/test | |
parent | 78aee0fe2ca72e7bc0f36e7479574ebc1f6a9bee (diff) |
doc: Drop no longer relevant comment
The comment was introduced in 4cf3411056f6a59fc5fe07784b6b6a512d76b046,
and since 7e4bd19785ff9120b7242ff9f15231868aaf7db4 it has been no longer
relevant.
Diffstat (limited to 'src/qt/test')
-rw-r--r-- | src/qt/test/test_main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/test/test_main.cpp b/src/qt/test/test_main.cpp index 846fa519ee..3f582e7cf6 100644 --- a/src/qt/test/test_main.cpp +++ b/src/qt/test/test_main.cpp @@ -79,8 +79,6 @@ int main(int argc, char* argv[]) setenv("QT_QPA_PLATFORM", "minimal", 0 /* overwrite */); #endif - // Don't remove this, it's needed to access - // QApplication:: and QCoreApplication:: in the tests BitcoinApplication app; app.setApplicationName("Bitcoin-Qt-test"); app.createNode(*init); |