[libcalamaresui] Unrelated typedef for JobList

This commit is contained in:
Adriaan de Groot 2017-11-03 10:10:37 -04:00
parent eed207ae2e
commit 2d31e987c0
20 changed files with 31 additions and 29 deletions

View file

@ -19,6 +19,7 @@
#ifndef TYPEDEFS_H
#define TYPEDEFS_H
#include <QList>
#include <QSharedPointer>
namespace Calamares
@ -26,6 +27,7 @@ namespace Calamares
class Job;
typedef QSharedPointer< Job > job_ptr;
using JobList = QList< job_ptr >;
enum ModuleAction : char
{