diff options
| author | Axel Spoerl <axel.spoerl@qt.io> | 2023-12-14 10:26:58 +0100 |
|---|---|---|
| committer | Axel Spoerl <axel.spoerl@qt.io> | 2023-12-20 16:01:40 +0100 |
| commit | 01bf423d67d5e6f8de5ec51a6b85178492681ca9 (patch) | |
| tree | 41c98c4f1d8766b92de96bef67773fa10b905a2a /src/corelib/plugin/qpluginloader.cpp | |
| parent | 44ae4b13854de56ab2ec43ebb362ae714f0aff25 (diff) | |
Remove echo plugin
Remove echo plugin code and documentation.
Fixes: QTBUG-119981
Pick-to: 6.7
Change-Id: I4083ac6cdb768facaed041241af2c5ee6e28df50
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/corelib/plugin/qpluginloader.cpp')
| -rw-r--r-- | src/corelib/plugin/qpluginloader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/plugin/qpluginloader.cpp b/src/corelib/plugin/qpluginloader.cpp index aff9550685b..03b8cfbb848 100644 --- a/src/corelib/plugin/qpluginloader.cpp +++ b/src/corelib/plugin/qpluginloader.cpp @@ -71,7 +71,7 @@ using namespace Qt::StringLiterals; link to plugins statically. You can use QLibrary if you need to load dynamic libraries in a statically linked application. - \sa QLibrary, {Echo Plugin Example} + \sa QLibrary */ static constexpr QLibrary::LoadHints defaultLoadHints = QLibrary::PreventUnloadHint; |
