Changed the application icon and added credits to icons to the "about" dialog.
This commit is contained in:
@ -262,7 +262,7 @@ void ItemDetailMapper::onCurrentIndexChanged(const QModelIndex& current,
|
||||
void ItemDetailMapper::updateQRCode(const QString text) {
|
||||
QImage unscaledImage;
|
||||
if (text.isEmpty()) {
|
||||
unscaledImage = QImage("://no-picture-taking.png");
|
||||
unscaledImage = QImage("://no-picture.png");
|
||||
} else {
|
||||
unscaledImage = m_generator.generateQr(text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user