~gerboland/qtmir/qmirserver-hides-mirserver

« back to all changes in this revision

Viewing changes to src/platforms/mirserver/qmirserver_p.h

  • Committer: Gerry Boland
  • Date: 2015-05-01 13:36:32 UTC
  • Revision ID: gerry.boland@canonical.com-20150501133632-3amih865zhzzv4q9
Update copyright years and added couple of minor comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#ifndef QMIRSERVER_P_H
18
18
#define QMIRSERVER_P_H
19
19
 
 
20
// Qt
20
21
#include <QThread>
21
22
#include <QSharedPointer>
22
23
 
24
25
#include <condition_variable>
25
26
#include <mutex>
26
27
 
 
28
// local
27
29
#include "mirserver.h"
28
30
 
29
31
class QMirServer;