mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Add missing include guards.
This commit is contained in:
parent
c00e8d64a0
commit
af820f4931
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,9 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef KEEPASSX_DATABASEICONS_H
|
||||
#define KEEPASSX_DATABASEICONS_H
|
||||
|
||||
#include <QtCore/QHash>
|
||||
#include <QtGui/QIcon>
|
||||
|
||||
|
|
@ -35,3 +38,5 @@ private:
|
|||
QList<QString> m_indexToName;
|
||||
QHash<int,QIcon> m_iconCache;
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_DATABASEICONS_H
|
||||
|
|
|
|||
Loading…
Reference in a new issue