Skip to content
Commit f4137b33 authored by Jonathan Marten's avatar Jonathan Marten Committed by Stefano Crocco
Browse files

Port and update the Image Gallery plugin

kDebug(), qDebug() -> qCDebug() with logging category
No need to link with KDELibs4Support
Convert layouts to use QFormLayout
KIntNumInput -> QSpinBox
Use Qt5 signal connection syntax
Replace deprecated "What's This" with tool tips
KToolInvocation::invokeBrowser() -> QDesktopServices::openUrl()
KLocale::formatDate() -> QLocale
KImageIO::pattern() -> QImageReader/QMimeDatabase
KIO::NetAccess::file_copy() -> QFile::copy() - files are known to be local
parent 5c8e70cc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment