blob: 58b5ec367b3f222313261fbb0a1712a327281218 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- QtAwesome.cpp 2015-03-19 20:21:38 UTC
+++ QtAwesome.cpp 2015-04-20 15:57:35 -0400
@@ -155,6 +155,7 @@ void QtAwesome::init(const QString& font
/// To initialize QtAwesome with font-awesome you need to call this method
bool QtAwesome::initFontAwesome( )
{
+#if 0
static int fontAwesomeFontId = -1;
// only load font-awesome once
@@ -189,6 +190,7 @@ bool QtAwesome::initFontAwesome( )
fontAwesomeFontId = -1; // restore the font-awesome id
return false;
}
+#endif
// intialize the map
QHash<QString, int>& m = namedCodepoints_;
|