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
Graphics
Gwenview
Commits
989cc9bb
Commit
989cc9bb
authored
Jan 05, 2021
by
Laurent Montel
😁
Browse files
Remove not implemented method or unused signal
parent
104b449f
Changes
3
Hide whitespace changes
Inline
Side-by-side
lib/document/abstractdocumentimpl.h
View file @
989cc9bb
...
...
@@ -106,7 +106,6 @@ Q_SIGNALS:
void
loaded
();
void
loadingFailed
();
void
isAnimatedUpdated
();
void
editorUpdated
();
protected:
void
setDocumentImage
(
const
QImage
&
image
);
...
...
lib/documentview/documentview.h
View file @
989cc9bb
...
...
@@ -127,7 +127,6 @@ public:
void
moveToAnimated
(
const
QRect
&
);
QPropertyAnimation
*
fadeIn
();
void
fadeOut
();
void
fakeFadeOut
();
void
setGeometry
(
const
QRectF
&
rect
)
override
;
...
...
lib/thumbnailview/thumbnailview.h
View file @
989cc9bb
...
...
@@ -123,7 +123,6 @@ Q_SIGNALS:
* signal replaces it.
*/
void
indexActivated
(
const
QModelIndex
&
);
void
urlListDropped
(
const
QList
<
QUrl
>&
lst
,
const
QUrl
&
destination
);
void
thumbnailSizeChanged
(
const
QSize
&
);
void
thumbnailWidthChanged
(
int
);
...
...
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