Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Add-ons
Commits
3a52d6ce
Commit
3a52d6ce
authored
Jun 20, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove it
parent
ecada962
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
37 deletions
+0
-37
kaddressbook/plugins/checkgravatar/gravatar/tests/gravatarcreatedialog_gui.cpp
...checkgravatar/gravatar/tests/gravatarcreatedialog_gui.cpp
+0
-37
No files found.
kaddressbook/plugins/checkgravatar/gravatar/tests/gravatarcreatedialog_gui.cpp
deleted
100644 → 0
View file @
ecada962
/*
Copyright (c) 2015 Montel Laurent <montel@kde.org>
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "../widgets/gravatarcreatedialog.h"
#include <KLocalizedString>
#include <QApplication>
#include <QStandardPaths>
int
main
(
int
argc
,
char
**
argv
)
{
QApplication
app
(
argc
,
argv
);
QStandardPaths
::
setTestModeEnabled
(
true
);
KABGravatar
::
GravatarCreateDialog
*
w
=
new
KABGravatar
::
GravatarCreateDialog
;
w
->
setEmail
(
QStringLiteral
(
"faure@kde.org"
));
w
->
show
();
app
.
exec
();
delete
w
;
return
0
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment