1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01: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>
@ -797,4 +800,6 @@ static QString fullCountryFromCode(const QString& countryCode)
}
}
}
}
#endif