1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 03:40:16 +02:00

Header guard

This commit is contained in:
Leo Franchi
2011-10-16 13:29:57 -04:00
parent c5439b4e7d
commit ceffbb6a77

View File

@@ -16,6 +16,9 @@
* You should have received a copy of the GNU General Public License
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef CHARTSPLUGIN_DATA_P_H
#define CHARTSPLUGIN_DATA_P_H
#include <QtCore/qchar.h>
#include <QLocale>
@@ -798,3 +801,5 @@ static QString fullCountryFromCode(const QString& countryCode)
}
}
#endif