~unity-api-team/unity-notifications/trunk

« back to all changes in this revision

Viewing changes to tools/mainWindow.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
#include "notify-backend.h"
20
 
#include "notificationmodel.h"
 
20
#include "NotificationModel.h"
21
21
#include "mainWindow.h"
22
 
#include "notification.h"
 
22
#include "Notification.h"
23
23
 
24
24
MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) {
25
25
    setupUi(this);