From bcfbf3eda226c2743cc6f94c95488a289db7e6b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20G=C3=A2teau?= Date: Mon, 30 Jun 2014 18:02:19 +0200 Subject: [PATCH] Dummy implementation of JobQueue so that I can call it --- src/libcalamares/JobQueue.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/libcalamares/JobQueue.cpp b/src/libcalamares/JobQueue.cpp index 0b960b4e1..f7b21b2d1 100644 --- a/src/libcalamares/JobQueue.cpp +++ b/src/libcalamares/JobQueue.cpp @@ -33,4 +33,9 @@ JobQueue::JobQueue( QObject* parent ) { } +void +JobQueue::enqueue( const Calamares::job_ptr& job ) +{ +} + } // namespace Calamares