~ci-train-bot/hud/hud-ubuntu-yakkety-landing-022

« back to all changes in this revision

Viewing changes to common/Suggestion.h

  • Committer: Pete Woods
  • Date: 2013-10-30 08:38:05 UTC
  • mto: (340.9.35 refactor)
  • mto: This revision was merged to the branch mainline in revision 352.
  • Revision ID: pete.woods@canonical.com-20131030083805-xrn8x29y0gr9okbm
Starting to make the first test

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
const QDBusArgument &operator>>(const QDBusArgument &argument,
66
66
                hud::common::Suggestion &suggestion);
67
67
 
68
 
Q_DECLARE_METATYPE(hud::common::Suggestion);
 
68
Q_DECLARE_METATYPE(hud::common::Suggestion)
69
69
 
70
70
#endif /* HUD_COMMON_SUGGESTION_H_ */