~saviq/unity-api/add-shell-notifications-api

« back to all changes in this revision

Viewing changes to test/mocks/plugins/Unity/Notifications/TestNotificationsPlugin.cpp

  • Committer: Michał Sawicz
  • Date: 2013-05-14 08:12:15 UTC
  • Revision ID: michal.sawicz@canonical.com-20130514081215-pgk4hui2gaqdgjic
fix c++ and naming style

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
 
21
 
#include <testnotificationsplugin.h>
22
 
#include <Mocks/mockmodel.h>
23
 
#include <Mocks/mocksource.h>
24
 
#include <Mocks/mocknotification.h>
 
21
#include <TestNotificationsPlugin.h>
 
22
#include <Mocks/MockModel.h>
 
23
#include <Mocks/MockSource.h>
 
24
#include <Mocks/MockNotification.h>
25
25
 
26
 
#include <unity/shell/notifications/enums.h>
27
 
#include <unity/shell/notifications/model.h>
28
 
#include <unity/shell/notifications/source.h>
29
 
#include <unity/shell/notifications/notification.h>
 
26
#include <unity/shell/notifications/Enums.h>
 
27
#include <unity/shell/notifications/ModelInterface.h>
 
28
#include <unity/shell/notifications/SourceInterface.h>
 
29
#include <unity/shell/notifications/NotificationInterface.h>
30
30
 
31
31
#include <qqml.h>
32
32