~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/cpptools/symbolsfindfilter.h

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    void finish();
83
83
    void cancel();
84
84
    void setPaused(bool paused);
85
 
    void onTaskStarted(const QString &type);
86
 
    void onAllTasksFinished(const QString &type);
 
85
    void onTaskStarted(Core::Id type);
 
86
    void onAllTasksFinished(Core::Id type);
87
87
    void searchAgain();
88
88
 
89
89
private: