mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-26 15:59:50 -05:00
Add missing include guards.
This commit is contained in:
parent
c00e8d64a0
commit
af820f4931
@ -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 New Issue
Block a user