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
Network
Konqueror
Commits
bdb464bc
Commit
bdb464bc
authored
Sep 08, 2020
by
Albert Astals Cid
Browse files
Remove m_randID, it's unusued
It's been at least like that since 2016
parent
73e4f082
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/konqview.cpp
View file @
bdb464bc
...
...
@@ -37,7 +37,6 @@
#include <kcursor.h>
#include <kmessagebox.h>
#include <KLocalizedString>
#include <krandom.h>
#include <ktoggleaction.h>
#include <kjobuidelegate.h>
#include <KUrlMimeData>
...
...
@@ -90,8 +89,6 @@ KonqView::KonqView(KonqViewFactory &viewFactory,
m_pRun
=
nullptr
;
m_pPart
=
nullptr
;
m_randID
=
KRandom
::
random
();
m_service
=
service
;
m_partServiceOffers
=
partServiceOffers
;
m_appServiceOffers
=
appServiceOffers
;
...
...
src/konqview.h
View file @
bdb464bc
...
...
@@ -656,7 +656,6 @@ private:
QString
m_caption
;
QString
m_tempFile
;
QString
m_dbusObjectPath
;
int
m_randID
;
#ifdef KActivities_FOUND
KActivities
::
ResourceInstance
*
m_activityResourceInstance
;
...
...
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