Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Leander Schulten
Lichtsteuerung
Commits
9d8db799
Commit
9d8db799
authored
Aug 13, 2019
by
Leander Schulten
Browse files
Remove debug code that always shows a error
parent
3c2bc7a1
Pipeline
#170873
passed with stage
in 1 minute and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
9d8db799
...
...
@@ -70,7 +70,7 @@ int main(int argc, char *argv[])
ExcHndlSetLogFileNameA
(
path
.
toStdString
().
c_str
());
#endif
if
(
!
QSslSocket
::
supportsSsl
()
||
true
)
{
if
(
!
QSslSocket
::
supportsSsl
())
{
ErrorNotifier
::
showError
(
"No OpenSSL library found!
\n
Updates are not possible and the Spotify support does not work."
);
}
...
...
Write
Preview
Supports
Markdown
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