~ubuntu-branches/ubuntu/saucy/quassel/saucy-proposed

« back to all changes in this revision

Viewing changes to src/qtui/monoapplication.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-02-17 12:49:50 UTC
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: james.westby@ubuntu.com-20100217124950-v9hajw5d2xa6fszn
Tags: upstream-0.6~beta1
ImportĀ upstreamĀ versionĀ 0.6~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include "qtuiapplication.h"
25
25
 
26
 
class ClientSyncer;
27
26
class CoreApplicationInternal;
28
27
 
29
28
class MonolithicApplication : public QtUiApplication {
35
34
  bool init();
36
35
 
37
36
private slots:
38
 
  void newClientSyncer(ClientSyncer *syncer);
39
 
  void startInternalCore(ClientSyncer *syncer);
 
37
  void startInternalCore();
40
38
 
41
39
private:
42
40
  CoreApplicationInternal *_internal;