Skip to content
GitLab
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
0aca1119
Commit
0aca1119
authored
Jan 16, 2022
by
Laurent Montel
Browse files
Start to remove QNetworkConfigurationManager necessary for qt6 build
parent
d4291414
Pipeline
#124385
passed with stage
in 2 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0aca1119
...
...
@@ -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
1
"
)
set
(
PIMCOMMON_LIB_VERSION
"5.19.4
2
"
)
option
(
KDEPIM_KUSERFEEDBACK
"Enable user feedback support (experimental)"
FALSE
)
...
...
src/mainwidget.cpp
View file @
0aca1119
...
...
@@ -58,7 +58,6 @@
#include
<QClipboard>
#include
<QDesktopServices>
#include
<QDomDocument>
#include
<QNetworkConfigurationManager>
#include
<QSplitter>
#include
<QTimer>
#include
<QUrlQuery>
...
...
@@ -144,10 +143,7 @@ MainWidget::MainWidget(Part *part, QWidget *parent, ActionManagerImpl *actionMan
connect
(
Kernel
::
self
()
->
frameManager
(),
&
FrameManager
::
signalFrameRemoved
,
this
,
&
MainWidget
::
slotFramesChanged
);
connect
(
Kernel
::
self
()
->
frameManager
(),
&
FrameManager
::
signalCompleted
,
this
,
&
MainWidget
::
slotFramesChanged
);
connect
(
PimCommon
::
NetworkManager
::
self
()
->
networkConfigureManager
(),
&
QNetworkConfigurationManager
::
onlineStateChanged
,
this
,
&
MainWidget
::
slotNetworkStatusChanged
);
connect
(
PimCommon
::
NetworkManager
::
self
(),
&
PimCommon
::
NetworkManager
::
networkStatusChanged
,
this
,
&
MainWidget
::
slotNetworkStatusChanged
);
m_tabWidget
->
setWhatsThis
(
i18n
(
"You can view multiple articles in several open tabs."
));
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment