~ubuntu-branches/ubuntu/raring/kdevplatform/raring

« back to all changes in this revision

Viewing changes to language/duchain/indexeditems.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2012-01-17 03:21:56 UTC
  • mfrom: (0.3.15)
  • Revision ID: package-import@ubuntu.com-20120117032156-toarhfq5ihtpvm2p
Tags: 1.2.81-0ubuntu1
* New upstream release
  - Refreshed kubuntu_01_appmenu_fix.diff
  - Bump SONAME for kdevplatform and libsublime
    + Add appropriate Breaks/Replaces
  - Refresh install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
#include <sys/types.h>
18
18
#include "../languageexport.h"
 
19
#include <QMetaType>
19
20
 
20
21
namespace KDevelop {
21
22
 
277
278
};
278
279
 
279
280
}
 
281
Q_DECLARE_METATYPE(KDevelop::IndexedTopDUContext);
280
282
 
281
283
#endif // INDEXEDITEMS_H