19#ifndef LOMIRI_LOCATIONWATCHER_H
20#define LOMIRI_LOCATIONWATCHER_H
23#include <QScopedPointer>
27class LocationWatcherPrivate;
28class LocationWatcher:
public QObject
33 explicit LocationWatcher(ProcessControl *processControl);
37 Q_DECLARE_PRIVATE(LocationWatcher)
38 QScopedPointer<LocationWatcherPrivate> d_ptr;