~paulliu/unity8/unity8-fixgenericpreview

« back to all changes in this revision

Viewing changes to plugins/Unity/variantutils.h

  • Committer: Tarmac
  • Author(s): Pawel Stolowski
  • Date: 2013-09-27 14:12:03 UTC
  • mfrom: (335.5.10 cancel-previews)
  • Revision ID: tarmac-20130927141203-p1sj8zz9oqz7dzhm
Cancel previous actions and previews on new activation / preview. Expose previewed data row in Preview object.

Approved by PS Jenkins bot, Michal Hruby, Michał Sawicz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
unity::glib::HintsMap convertToHintsMap(const QHash<QString, QVariant> &val);
30
30
unity::glib::HintsMap convertToHintsMap(const QVariant &var);
 
31
QVariantHash convertToQVariantHash(const unity::glib::HintsMap& var);
31
32
 
32
33
#endif