diff options
| author | Pekka Vuorela <pvuorela@iki.fi> | 2025-10-29 12:51:29 +0200 |
|---|---|---|
| committer | Pekka Vuorela <pvuorela@iki.fi> | 2025-11-01 18:25:07 +0200 |
| commit | 0a8222bb6a1bee9dc53742e8262f3ce2ab3a3411 (patch) | |
| tree | d430d6e3d2eea46920b2e2a0ab9a30b150d4cfd9 /examples/qtmail/emailclient.cpp | |
| parent | 03f9e48370a2a0404464710c948e8d0a4472c3fa (diff) | |
Clean up QMailPluginLoader
Different parts were calling the ctor parameter directory, path or identifier.
Let's just call it consistently subdir as that's how it's used.
Removed also LOAD_DEBUG_VERSION leftover which seemed like some win32
thing, most of that already gone in commit 70702bfb9c3f0efec.
We should probably also define a specific directory where the plugins
should be placed instead of the generic libraries and qt plugins,
but that's for a separate commit.
Change-Id: I12b6ac3129f7c3c5465d51845323c1b03821daa5
Reviewed-by: <matti.viljanen@kapsi.fi>
Reviewed-by: Pekka Vuorela <pvuorela@iki.fi>
Reviewed-by: Damien Caliste <dcaliste@free.fr>
Diffstat (limited to 'examples/qtmail/emailclient.cpp')
| -rw-r--r-- | examples/qtmail/emailclient.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/qtmail/emailclient.cpp b/examples/qtmail/emailclient.cpp index ba73423b..a6c92b9f 100644 --- a/examples/qtmail/emailclient.cpp +++ b/examples/qtmail/emailclient.cpp @@ -75,11 +75,6 @@ #include <qmaildisconnected.h> static const unsigned int StatusBarHeight = 20; -#ifdef LOAD_DEBUG_VERSION -static const QString debugSuffix("d"); -#else -static const QString debugSuffix; -#endif class ActivityIcon : public QLabel { |
