mirror of
https://github.com/QuasarApp/SimpleQmlNotify.git
synced 2025-05-06 02:09:35 +00:00
There was fixed typos
This commit is contained in:
parent
e18cea31b7
commit
71b99da2d7
@ -30,8 +30,7 @@ QString NotificationData::img() const {
|
||||
return this->getDefaultImage(_type);
|
||||
}
|
||||
|
||||
QString NotificationData::imgSrc() const
|
||||
{
|
||||
QString NotificationData::imgSrc() const {
|
||||
return _img;
|
||||
}
|
||||
|
||||
@ -50,8 +49,7 @@ bool NotificationData::operator !=(const NotificationData &righ) {
|
||||
return !operator==(righ);
|
||||
}
|
||||
|
||||
QString NotificationData::getDefaultImage(const int code) const
|
||||
{
|
||||
QString NotificationData::getDefaultImage(const int code) const {
|
||||
|
||||
const auto notificationType = static_cast<NotificationData::Type>(code);
|
||||
|
||||
|
@ -112,8 +112,7 @@ QObject *NotificationService::history() const {
|
||||
return _history;
|
||||
}
|
||||
|
||||
void NotificationService::showHistory()
|
||||
{
|
||||
void NotificationService::showHistory() {
|
||||
emit sigShowHistory();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user