Searched refs:sentFile (Results 1 – 6 of 6) sorted by relevance
/dports/emulators/cemu/CEmu-1.3/gui/qt/ |
H A D | emuthread.h | 82 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 D | sendinghandler.h | 34 void sentFile(const QString &file, int ok);
|
H A D | sendinghandler.cpp | 148 void SendingHandler::sentFile(const QString &file, int ok) { in sentFile() function in SendingHandler
|
H A D | mainwindow.cpp | 394 …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 D | qmlpreviewclient_test.cpp | 70 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 D | sendfiletest.cpp | 74 QUrl sentFile(args.first().toUrl()); in testSend() local 76 QFile file(sentFile.toLocalFile()); in testSend()
|