summaryrefslogtreecommitdiffstats
path: root/src/mimetypes/qmimetypesfwd.h
blob: 7df1e9367f10c7ae3a5a4d920b34ca29548c1e64 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef APPLICATION_FWD_H_INCLUDED
#define APPLICATION_FWD_H_INCLUDED

class QString;

// ------------------------------------------------------------------------------------------------

// A temporary solution in case the type changes until the final release:
typedef QString QApplicationId;

#endif