~stolowski/bamf-qt/fix-bamfview-removal

« back to all changes in this revision

Viewing changes to libQtBamf.pro

  • Committer: Florian Boucault
  • Date: 2011-01-13 21:37:10 UTC
  • mto: This revision was merged to the branch mainline in revision 368.
  • Revision ID: florian@boucault.net-20110113213710-u1i9zprl9fbwcyv2
Added support for indicators (new BamfIndicator class).
Added safeguards for when BamfFactory::view_for_path returns NULL.
Replaced static_cast with qobject_cast for values returned from BamfFactory::view_for_path thus avoiding enforcing wrong casts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
headers.files = bamf-view.h \
42
42
                bamf-application.h \
43
43
                bamf-window.h \
 
44
                bamf-indicator.h \
44
45
                bamf-factory.h \
45
46
                bamf-matcher.h \
46
47
                bamf-control.h \