From 2525c37f00d816df076e21953e8064c0b3919711 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 26 Apr 2018 00:12:59 +0200 Subject: [PATCH] Fix documentation of NotificationImage --- misc/dbusnotification.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/dbusnotification.cpp b/misc/dbusnotification.cpp index 2135d9b..187406f 100644 --- a/misc/dbusnotification.cpp +++ b/misc/dbusnotification.cpp @@ -52,7 +52,7 @@ inline SwappedImage::SwappedImage(const QImage &image) } /*! - * \brief The ImageData struct is a raw data image format. + * \brief The NotificationImage struct is a raw data image format. * * It describes the width, height, rowstride, has alpha, bits per sample, channels and image data respectively. */