diff options
| author | Pekka Vuorela <pvuorela@iki.fi> | 2025-10-13 12:18:42 +0300 |
|---|---|---|
| committer | Pekka Vuorela <pvuorela@iki.fi> | 2025-10-14 17:54:25 +0300 |
| commit | 9f8b5be798fe263fa3e2ef4224f2e46ee972f1c9 (patch) | |
| tree | e232c28734d9c148f1408ca64a1975b1116d1bad /examples/qtmail/main.cpp | |
| parent | 68dabadacc9c4fdbc86b06017762ed86a99918a9 (diff) | |
Fix build for examples
The QWidgets side is on its way out but fixing build in the meanwhile
is simple enough. Maybe there's some benefit in having some more
code here using the library.
Not bothering about all the details here.
Change-Id: I4ba71d03a5083623bf3cdb79082d6c77283f06bb
Reviewed-by: <matti.viljanen@kapsi.fi>
Reviewed-by: Damien Caliste <dcaliste@free.fr>
Reviewed-by: Pekka Vuorela <pvuorela@iki.fi>
Diffstat (limited to 'examples/qtmail/main.cpp')
| -rw-r--r-- | examples/qtmail/main.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/qtmail/main.cpp b/examples/qtmail/main.cpp index 64344be8..da649949 100644 --- a/examples/qtmail/main.cpp +++ b/examples/qtmail/main.cpp @@ -41,12 +41,6 @@ int main(int argc, char** argv) { QApplication app(argc,argv); - // This is ~/.config/QtProject/Qtmail.conf - qMailLoggersRecreate("QtProject", "Qtmail", "Qtmail"); - - if (QMail::fileLock("qtmail-instance.lock") == -1) - qFatal("Qtmail already running!\n"); - app.setWindowIcon(QIcon(":icon/qtmail")); EmailClient appWindow; |
