mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-09 20:05:51 +00:00
Another fixes
* update translator list * drop russian changelog at all * fix changelog building * fix invalid graphical item UI behaviour
This commit is contained in:
@ -123,7 +123,8 @@ void AWUpdateHelper::showUpdates(const QVersionNumber version)
|
||||
|
||||
void AWUpdateHelper::userReplyOnUpdates(QAbstractButton *button)
|
||||
{
|
||||
QMessageBox::ButtonRole ret = static_cast<QMessageBox *>(sender())->buttonRole(button);
|
||||
QMessageBox::ButtonRole ret
|
||||
= static_cast<QMessageBox *>(sender())->buttonRole(button);
|
||||
qCInfo(LOG_AW) << "User select" << ret;
|
||||
|
||||
switch (ret) {
|
||||
|
Reference in New Issue
Block a user