Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLMC
Manage
Activity
Members
Labels
Plan
Issues
26
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLMC
Commits
78011beb
Commit
78011beb
authored
8 years ago
by
Hugo Beauzée-Luyssen
Browse files
Options
Downloads
Patches
Plain Diff
YoutubeService: Don't declare slots within ifdef scope
parent
96e71088
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Services/YouTube/YouTubeService.cpp
+0
-2
0 additions, 2 deletions
src/Services/YouTube/YouTubeService.cpp
src/Services/YouTube/YouTubeService.h
+0
-2
0 additions, 2 deletions
src/Services/YouTube/YouTubeService.h
with
0 additions
and
4 deletions
src/Services/YouTube/YouTubeService.cpp
+
0
−
2
View file @
78011beb
...
...
@@ -233,7 +233,6 @@ YouTubeService::networkError( QNetworkReply::NetworkError e )
reply
->
deleteLater
();
}
#ifndef QT_NO_OPENSSL
void
YouTubeService
::
sslErrors
(
QNetworkReply
*
reply
,
const
QList
<
QSslError
>
&
errors
)
{
...
...
@@ -256,4 +255,3 @@ YouTubeService::sslErrors( QNetworkReply* reply, const QList<QSslError> &errors
reply
->
ignoreSslErrors
();
}
}
#endif
This diff is collapsed.
Click to expand it.
src/Services/YouTube/YouTubeService.h
+
0
−
2
View file @
78011beb
...
...
@@ -81,9 +81,7 @@ class YouTubeService : public AbstractSharingService
private
slots
:
void
authError
(
QString
);
void
networkError
(
QNetworkReply
::
NetworkError
);
#ifndef QT_NO_OPENSSL
void
sslErrors
(
QNetworkReply
*
,
const
QList
<
QSslError
>
&
errors
);
#endif
};
#endif // YOUTUBESERVICE_H
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment