Code refactoring - change code style to the new clang-format rules
This commit is contained in:
@@ -203,7 +203,7 @@ const QUrl& ImgUploader::imageUrl()
|
||||
return m_imageURL;
|
||||
}
|
||||
|
||||
void ImgUploader::showNotificationMessage(const QString& notificationMessage) {
|
||||
void ImgUploader::showNotificationMessage(const QString& notificationMessage)
|
||||
{
|
||||
m_notification->showMessage(notificationMessage);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user