MCPcopy Create free account
hub / github.com/KDE/krusader / SynchronizerGUI

Method SynchronizerGUI

app/Synchronizer/synchronizergui.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113};
114
115SynchronizerGUI::SynchronizerGUI(QWidget *parent, QUrl leftURL, QUrl rightURL, QStringList selList)
116 : QDialog(parent)
117{
118 initGUI(QString(), std::move(leftURL), std::move(rightURL), std::move(selList));
119}
120
121SynchronizerGUI::SynchronizerGUI(QWidget *parent, QString profile)
122 : QDialog(parent)

Callers

nothing calls this directly

Calls 2

QStringClass · 0.50
QUrlClass · 0.50

Tested by

no test coverage detected