MythTV
master
|
#include <chrono>
#include <thread>
#include <utility>
#include <QApplication>
#include "libmythbase/compat.h"
#include "libmythbase/mythsystemlegacy.h"
#include "libmythbase/remotefile.h"
#include "libmythui/mythdialogbox.h"
#include "libmythui/mythprogressdialog.h"
#include "libmythui/mythuiprogressbar.h"
#include "libmythui/mythuitext.h"
#include "galleryconfig.h"
#include "gallerythumbview.h"
Go to the source code of this file.
Classes | |
class | ShellThread |
Worker thread for running import. More... | |
class | TransferThread |
Worker thread for copying/moving files. More... | |
Macros | |
#define | LOC QString("Thumbview: ") |
Functions | |
static void | WaitUntilDone (MThread &worker) |
Runs a worker thread and waits for it to finish. More... | |
#define LOC QString("Thumbview: ") |
Definition at line 22 of file gallerythumbview.cpp.
|
static |
Runs a worker thread and waits for it to finish.
worker | Thread to execute |
Definition at line 147 of file gallerythumbview.cpp.
Referenced by GalleryThumbView::Copy(), GalleryThumbView::Import(), and GalleryThumbView::Move().