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
ff4d1ff4
Commit
ff4d1ff4
authored
Apr 27, 2021
by
Waqar Ahmed
Browse files
Fix commit dialog
Unbelievably stupid :p Signed-off-by:
Waqar Ahmed
<
waqar.17a@gmail.com
>
parent
ea954be0
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/project/gitcommitdialog.cpp
View file @
ff4d1ff4
...
...
@@ -60,7 +60,6 @@ static void changeTextColorToRed(QLineEdit *lineEdit, const QColor &red)
GitCommitDialog
::
GitCommitDialog
(
const
QString
&
lastCommit
,
const
QFont
&
font
,
QWidget
*
parent
,
Qt
::
WindowFlags
f
)
:
QDialog
(
parent
,
f
)
,
m_le
(
new
QLineEdit
(
this
))
{
setWindowTitle
(
i18n
(
"Commit Changes"
));
...
...
Write
Preview
Markdown
is supported
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