Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Utilities
Print Manager
Commits
effeb603
Commit
effeb603
authored
Sep 11, 2020
by
Nicolas Fella
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dead code
parent
f43b3778
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
printer-manager-kcm/PrinterDescription.cpp
printer-manager-kcm/PrinterDescription.cpp
+0
-8
printer-manager-kcm/PrinterDescription.h
printer-manager-kcm/PrinterDescription.h
+0
-3
No files found.
printer-manager-kcm/PrinterDescription.cpp
View file @
effeb603
...
...
@@ -50,14 +50,6 @@ PrinterDescription::PrinterDescription(QWidget *parent) :
KIconLoader
::
DefaultState
);
ui
->
iconL
->
setPixmap
(
m_printerIcon
);
m_pauseIcon
=
KIconLoader
::
global
()
->
loadIcon
(
QLatin1String
(
"media-playback-pause"
),
KIconLoader
::
NoGroup
,
KIconLoader
::
SizeMedium
,
KIconLoader
::
DefaultState
,
QStringList
(),
nullptr
,
true
);
auto
menu
=
new
QMenu
(
ui
->
maintenancePB
);
menu
->
addAction
(
ui
->
actionPrintTestPage
);
menu
->
addAction
(
ui
->
actionPrintSelfTestPage
);
...
...
printer-manager-kcm/PrinterDescription.h
View file @
effeb603
...
...
@@ -77,9 +77,6 @@ private:
bool
m_globalShared
=
false
;
QStringList
m_commands
;
QPixmap
m_printerIcon
;
QPixmap
m_pauseIcon
;
QPixmap
m_startIcon
;
QPixmap
m_warningIcon
;
int
m_markerChangeTime
=
0
;
QVariantHash
m_markerData
;
int
m_layoutEnd
;
...
...
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