MCPcopy Create free account
hub / github.com/KDE/kdeconnect-kde / MountLoop

Method MountLoop

plugins/sftp/mountloop.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "mountloop.h"
8
9MountLoop::MountLoop()
10 : QEventLoop()
11{
12}
13
14bool MountLoop::exec(QEventLoop::ProcessEventsFlags flags)
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected