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
Akregator
Commits
d4291414
Commit
d4291414
authored
Jan 16, 2022
by
Laurent Montel
😁
Browse files
Use isOnline method directly
parent
a6878055
Pipeline
#124338
passed with stage
in 1 minute and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d4291414
...
...
@@ -52,7 +52,7 @@ set(LIBGRANTLEETHEME_LIB_VERSION "5.19.40")
set
(
LIBKDEPIM_LIB_VERSION
"5.19.40"
)
set
(
LIBKLEO_LIB_VERSION
"5.19.40"
)
set
(
MESSAGELIB_LIB_VERSION
"5.19.40"
)
set
(
PIMCOMMON_LIB_VERSION
"5.19.4
0
"
)
set
(
PIMCOMMON_LIB_VERSION
"5.19.4
1
"
)
option
(
KDEPIM_KUSERFEEDBACK
"Enable user feedback support (experimental)"
FALSE
)
...
...
src/mainwidget.cpp
View file @
d4291414
...
...
@@ -1244,7 +1244,7 @@ void MainWidget::slotReloadAllTabs()
bool
MainWidget
::
isNetworkAvailable
()
const
{
return
PimCommon
::
NetworkManager
::
self
()
->
networkConfigureManager
()
->
isOnline
();
return
PimCommon
::
NetworkManager
::
self
()
->
isOnline
();
}
void
MainWidget
::
slotNetworkStatusChanged
(
bool
status
)
...
...
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