mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-02 03:26:14 -04:00
Rename DataPath to FilePath.
This commit is contained in:
parent
4781fc19fe
commit
7fef3bd701
8 changed files with 56 additions and 56 deletions
|
@ -22,7 +22,7 @@
|
|||
#include <QtGui/QStyle>
|
||||
#include <QtGui/QToolButton>
|
||||
|
||||
#include "core/DataPath.h"
|
||||
#include "core/FilePath.h"
|
||||
|
||||
LineEdit::LineEdit(QWidget* parent)
|
||||
: QLineEdit(parent)
|
||||
|
@ -37,7 +37,7 @@ LineEdit::LineEdit(QWidget* parent)
|
|||
if (icon.isNull()) {
|
||||
icon = QIcon::fromTheme("edit-clear");
|
||||
if (icon.isNull()) {
|
||||
icon = dataPath()->icon("actions", iconNameDirected, false);
|
||||
icon = filePath()->icon("actions", iconNameDirected, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue