~lukas-kde/unity-notifications/cmdLineCheck

« back to all changes in this revision

Viewing changes to tools/serverMainWindow.cpp

  • Committer: CI Train Bot
  • Author(s): Pete Woods
  • Date: 2015-06-23 15:50:11 UTC
  • mfrom: (224.1.8 add-dbus-tests)
  • Revision ID: ci-train-bot@canonical.com-20150623155011-bnt9ubw5elnay015
Add end to end DBus tests and use XML introspection data
Approved by: Charles Kerr

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
18
 */
19
19
 
20
 
#include"notificationmodel.h"
21
 
#include"serverMainWindow.h"
 
20
#include "NotificationModel.h"
 
21
#include "serverMainWindow.h"
22
22
 
23
23
ServerMainWindow::ServerMainWindow(NotificationModel &m, QWidget *parent) :
24
24
    QMainWindow(parent), model(m) {