Skip to content
  • Jonathan Marten's avatar
    Port and update the Image Gallery plugin · f4137b33
    Jonathan Marten authored and Stefano Crocco's avatar Stefano Crocco committed
    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
    f4137b33