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
Utilities
Ark
Commits
89b5d5f7
Commit
89b5d5f7
authored
Feb 04, 2021
by
Laurent Montel
😁
Browse files
Remove not implemented method. Unused signal
parent
dba2393e
Changes
1
Hide whitespace changes
Inline
Side-by-side
part/archivemodel.h
View file @
89b5d5f7
...
...
@@ -140,7 +140,6 @@ public:
Q_SIGNALS:
void
loadingStarted
();
void
loadingFinished
(
KJob
*
);
void
extractionFinished
(
bool
success
);
void
error
(
const
QString
&
error
,
const
QString
&
details
);
void
droppedFiles
(
const
QStringList
&
files
,
const
Archive
::
Entry
*
);
void
messageWidget
(
KMessageWidget
::
MessageType
type
,
const
QString
&
msg
);
...
...
@@ -170,8 +169,6 @@ private:
enum
InsertBehaviour
{
NotifyViews
,
DoNotNotifyViews
};
Archive
::
Entry
*
parentFor
(
const
Kerfuffle
::
Archive
::
Entry
*
entry
,
InsertBehaviour
behaviour
=
NotifyViews
);
QModelIndex
indexForEntry
(
Archive
::
Entry
*
entry
);
static
bool
compareAscending
(
const
QModelIndex
&
a
,
const
QModelIndex
&
b
);
static
bool
compareDescending
(
const
QModelIndex
&
a
,
const
QModelIndex
&
b
);
/**
* Insert the node @p node into the model, ensuring all views are notified
* of the change.
...
...
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