Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
libgravatar
Commits
b59d751b
Commit
b59d751b
authored
Apr 29, 2021
by
Laurent Montel
😁
Browse files
Use forward declaration here
parent
08176a73
Pipeline
#60149
passed with stage
in 3 minutes and 59 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/job/gravatarresolvurljob.cpp
View file @
b59d751b
...
...
@@ -12,6 +12,7 @@
#include <QCryptographicHash>
#include <QNetworkConfigurationManager>
#include <QNetworkReply>
#include <QUrlQuery>
using
namespace
Gravatar
;
...
...
src/job/gravatarresolvurljob.h
View file @
b59d751b
...
...
@@ -7,11 +7,10 @@
#pragma once
#include "gravatar_export.h"
#include <QNetworkReply>
#include <QObject>
#include <QPixmap>
#include <QUrl>
class
QNetworkReply
;
class
GravatarResolvUrlJobTest
;
namespace
Gravatar
{
...
...
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