~ubuntu-branches/ubuntu/natty/bluedevil/natty

« back to all changes in this revision

Viewing changes to src/daemon/helpers/filereceiver/service.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-09-16 14:53:24 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100916145324-0gj8ss49ja9wgt4j
Tags: 1.0~rc4-0ubuntu1
* New upstream release
  - Build against libbluedevil-dev 1.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
    QTimer::singleShot(10000, this, SLOT(quit()));
76
76
}
77
77
 
 
78
bool Service::isRunning()
 
79
{
 
80
    if (!m_server) {
 
81
        return false;
 
82
    }
 
83
 
 
84
    return true;
 
85
}
 
86
 
78
87
void Service::quit()
79
88
{
80
89
    kDebug();