Home
last modified time | relevance | path

Searched refs:sentFile (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/cemu/CEmu-1.3/gui/qt/
H A Demuthread.h82 void sentFile(const QString &file, int ok);
95 emit sentFile(f, emu_send_variable(f.toUtf8(), m_sendLoc)); in sendFiles()
97 emit sentFile(QString(), LINK_GOOD); in sendFiles()
H A Dsendinghandler.h34 void sentFile(const QString &file, int ok);
H A Dsendinghandler.cpp148 void SendingHandler::sentFile(const QString &file, int ok) { in sentFile() function in SendingHandler
H A Dmainwindow.cpp394 …connect(&emu, &EmuThread::sentFile, sendingHandler, &SendingHandler::sentFile, Qt::QueuedConnectio… in Q_DECLARE_METATYPE()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmlpreview/tests/
H A Dqmlpreviewclient_test.cpp70 QString sentFile; in testAnnounceFile() local
72 packet >> command >> sentFile >> sentContents; in testAnnounceFile()
74 QCOMPARE(sentFile, file); in testAnnounceFile()
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/tests/
H A Dsendfiletest.cpp74 QUrl sentFile(args.first().toUrl()); in testSend() local
76 QFile file(sentFile.toLocalFile()); in testSend()