Add missing include guards.
This commit is contained in:
@@ -15,6 +15,9 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef KEEPASSX_DATABASEICONS_H
|
||||||
|
#define KEEPASSX_DATABASEICONS_H
|
||||||
|
|
||||||
#include <QtCore/QHash>
|
#include <QtCore/QHash>
|
||||||
#include <QtGui/QIcon>
|
#include <QtGui/QIcon>
|
||||||
|
|
||||||
@@ -35,3 +38,5 @@ private:
|
|||||||
QList<QString> m_indexToName;
|
QList<QString> m_indexToName;
|
||||||
QHash<int,QIcon> m_iconCache;
|
QHash<int,QIcon> m_iconCache;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif // KEEPASSX_DATABASEICONS_H
|
||||||
|
|||||||
Reference in New Issue
Block a user