mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-17 16:01:05 -04:00
Convert private static vars into member vars
* CSV Import and Entry Model
This commit is contained in:
parent
53a17c2355
commit
b74fb3e208
4 changed files with 10 additions and 18 deletions
|
@ -100,8 +100,8 @@ private:
|
|||
|
||||
QPixmap m_paperClipPixmap;
|
||||
|
||||
static const QString HiddenContentDisplay;
|
||||
static const Qt::DateFormat DateFormat;
|
||||
const QString HiddenContentDisplay;
|
||||
const Qt::DateFormat DateFormat;
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_ENTRYMODEL_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue