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
System
KCron
Commits
0ec669f2
Commit
0ec669f2
authored
Jan 05, 2021
by
Laurent Montel
😁
Browse files
Remove not implemented method or unused signal
parent
43b0c3a1
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/crontabPrinter.h
View file @
0ec669f2
...
...
@@ -71,7 +71,6 @@ private:
void
drawTable
(
const
QList
<
int
>&
columnWidths
);
void
needNewPage
();
int
maxWidth
();
void
changeRow
(
int
x
,
int
y
);
int
computeMargin
()
const
;
...
...
src/crontablib/cthost.h
View file @
0ec669f2
...
...
@@ -102,7 +102,6 @@ private:
* Factory create a cron table. Appends to the end of cron.
*/
CTCron
*
createSystemCron
();
CTCron
*
createCurrentUserCron
();
QString
createCTCron
(
const
struct
passwd
*
password
);
/**
...
...
src/variableWidget.h
View file @
0ec669f2
...
...
@@ -44,8 +44,6 @@ public:
private:
QIcon
findIcon
()
const
;
/**
* Variable
*/
...
...
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