mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-20 18:56:07 -05:00
Rename DataPath to FilePath.
This commit is contained in:
parent
4781fc19fe
commit
7fef3bd701
8 changed files with 56 additions and 56 deletions
|
|
@ -19,7 +19,7 @@
|
|||
#include "ui_AboutDialog.h"
|
||||
|
||||
#include "config-keepassx.h"
|
||||
#include "core/DataPath.h"
|
||||
#include "core/FilePath.h"
|
||||
|
||||
AboutDialog::AboutDialog(QWidget* parent)
|
||||
: QDialog(parent)
|
||||
|
|
@ -33,7 +33,7 @@ AboutDialog::AboutDialog(QWidget* parent)
|
|||
nameLabelFont.setPointSize(nameLabelFont.pointSize() + 4);
|
||||
m_ui->nameLabel->setFont(nameLabelFont);
|
||||
|
||||
m_ui->iconLabel->setPixmap(dataPath()->applicationIcon().pixmap(48));
|
||||
m_ui->iconLabel->setPixmap(filePath()->applicationIcon().pixmap(48));
|
||||
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
connect(m_ui->buttonBox, SIGNAL(rejected()), SLOT(close()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue