Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
2619fdcc
Commit
2619fdcc
authored
Mar 04, 2021
by
Waqar Ahmed
Browse files
Add SPDX-License headers
Signed-off-by:
Waqar Ahmed
<
waqar.17a@gmail.com
>
parent
442f10fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
addons/project/pushpulldialog.cpp
View file @
2619fdcc
/*
SPDX-FileCopyrightText: 2021 Waqar Ahmed <waqar.17a@gmail.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "pushpulldialog.h"
#include <QProcess>
...
...
@@ -54,7 +59,6 @@ static QStringList remotesList(const QString &repo)
return
QString
::
fromUtf8
(
git
.
readAllStandardOutput
()).
split
(
QLatin1Char
(
'\n'
));
}
}
// give up
return
{};
}
...
...
addons/project/pushpulldialog.h
View file @
2619fdcc
/*
SPDX-FileCopyrightText: 2021 Waqar Ahmed <waqar.17a@gmail.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef PUSHPULLDIALOG_H
#define PUSHPULLDIALOG_H
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment