Convert private static vars into member vars

* CSV Import and Entry Model
This commit is contained in:
Jonathan White 2018-09-08 17:05:37 -04:00
parent 53a17c2355
commit b74fb3e208
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
4 changed files with 10 additions and 18 deletions

View file

@ -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