mirror of
https://github.com/tnodir/fort
synced 2024-11-15 03:56:18 +00:00
UI: Rename "workertypes.h" to "worker_types.h"
This commit is contained in:
parent
1f1013e892
commit
ed758b7612
@ -446,10 +446,10 @@ HEADERS += \
|
||||
util/window/widgetwindow.h \
|
||||
util/window/widgetwindowstatewatcher.h \
|
||||
util/window/windowstatewatcher.h \
|
||||
util/worker/worker_types.h \
|
||||
util/worker/workerjob.h \
|
||||
util/worker/workermanager.h \
|
||||
util/worker/workerobject.h \
|
||||
util/worker/workertypes.h
|
||||
util/worker/workerobject.h
|
||||
|
||||
# Icons, README.*
|
||||
RESOURCES += \
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef WORKERTYPES_H
|
||||
#define WORKERTYPES_H
|
||||
#ifndef WORKER_TYPES_H
|
||||
#define WORKER_TYPES_H
|
||||
|
||||
#include <QSharedPointer>
|
||||
|
||||
@ -9,4 +9,4 @@ class WorkerManager;
|
||||
|
||||
using WorkerJobPtr = QSharedPointer<WorkerJob>;
|
||||
|
||||
#endif // WORKERTYPES_H
|
||||
#endif // WORKER_TYPES_H
|
@ -5,7 +5,7 @@
|
||||
|
||||
#include <util/classhelpers.h>
|
||||
|
||||
#include "workertypes.h"
|
||||
#include "worker_types.h"
|
||||
|
||||
class WorkerJob
|
||||
{
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include <util/classhelpers.h>
|
||||
|
||||
#include "workertypes.h"
|
||||
#include "worker_types.h"
|
||||
|
||||
class WorkerManager : public QObject
|
||||
{
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <QRunnable>
|
||||
#include <QThread>
|
||||
|
||||
#include "workertypes.h"
|
||||
#include "worker_types.h"
|
||||
|
||||
class WorkerObject : public QRunnable
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user