Fix minor typos
This commit is contained in:
parent
86e5cd48a0
commit
5c468f0ecd
4 changed files with 4 additions and 4 deletions
|
@ -54,7 +54,7 @@ bool CompositeUploadJob::isRunning()
|
|||
|
||||
void CompositeUploadJob::start() {
|
||||
if (m_running) {
|
||||
qCWarning(KDECONNECT_CORE) << "CompositeUploadJob::start() - allready running";
|
||||
qCWarning(KDECONNECT_CORE) << "CompositeUploadJob::start() - already running";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@ LanLinkProvider::LanLinkProvider(bool testMode)
|
|||
|
||||
m_udpSocket.setProxy(QNetworkProxy::NoProxy);
|
||||
|
||||
//Detect when a network interface changes status, so we announce ourelves in the new network
|
||||
//Detect when a network interface changes status, so we announce ourselves in the new network
|
||||
QNetworkConfigurationManager* networkManager = new QNetworkConfigurationManager(this);
|
||||
connect(networkManager, &QNetworkConfigurationManager::configurationChanged, this, &LanLinkProvider::onNetworkConfigurationChanged);
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ Q_SIGNALS:
|
|||
|
||||
private /*methods*/:
|
||||
void removeNotification(const QString& internalId);
|
||||
QString newId(); //Generates successive identifitiers to use as public ids
|
||||
QString newId(); //Generates successive identifiers to use as public ids
|
||||
void notificationReady();
|
||||
|
||||
private /*attributes*/:
|
||||
|
|
|
@ -80,7 +80,7 @@ Q_SIGNALS:
|
|||
Q_SCRIPTABLE void conversationMessageReceived(const QVariantMap& msg, int pos);
|
||||
|
||||
private /*methods*/:
|
||||
QString newId(); //Generates successive identifitiers to use as public ids
|
||||
QString newId(); //Generates successive identifiers to use as public ids
|
||||
|
||||
private /*attributes*/:
|
||||
const Device* m_device;
|
||||
|
|
Loading…
Reference in a new issue