Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34157991
main.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
main.cpp
View Options
/*
This file is part of Kleopatra, the KDE keymanager
SPDX-FileCopyrightText: 2001, 2002, 2004 Klarälvdalens Datakonsult AB
SPDX-License-Identifier: GPL-2.0-or-later
*/
#include
<config-kleopatra.h>
#include
"aboutdata.h"
#include
"kwatchgnupgmainwin.h"
#include
"utils/kuniqueservice.h"
#include
"kwatchgnupg_debug.h"
#include
<KCrash>
#include
<KLocalizedString>
#include
<QApplication>
#include
<QCommandLineParser>
int
main
(
int
argc
,
char
**
argv
)
{
QApplication
app
(
argc
,
argv
);
KLocalizedString
::
setApplicationDomain
(
QByteArrayLiteral
(
"kwatchgnupg"
));
AboutData
aboutData
;
KAboutData
::
setApplicationData
(
aboutData
);
QGuiApplication
::
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"org.kde.kwatchgnupg"
)));
KCrash
::
initialize
();
QCommandLineParser
parser
;
aboutData
.
setupCommandLine
(
&
parser
);
parser
.
process
(
app
);
aboutData
.
processCommandLine
(
&
parser
);
KUniqueService
service
;
auto
mMainWin
=
new
KWatchGnuPGMainWindow
();
mMainWin
->
show
();
return
app
.
exec
();
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Dec 11, 7:54 AM (3 h, 48 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
30/9b/810e854e4c487dc2267205691ad6
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment