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:
parent
c5439b4e7d
commit
ceffbb6a77
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user