aboutsummaryrefslogtreecommitdiff
path: root/src/aolineedit.cpp
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2020-05-22 17:13:17 -0500
committeroldmud0 <oldmud0@users.noreply.github.com>2020-05-22 17:13:37 -0500
commit8928aa2718378bc42d20d5bbe6c17be68d65d6f3 (patch)
treebf90d3e73519d58cc89e2135b613e308ac0a0ed8 /src/aolineedit.cpp
parent156a760ebab6839c53f9c613881f0937e814414a (diff)
Perform clang-format
If you don't want to see this commit on blames, use the hidden whitespace option on GitHub, or use `-w` in git-blame.
Diffstat (limited to 'src/aolineedit.cpp')
-rw-r--r--src/aolineedit.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/aolineedit.cpp b/src/aolineedit.cpp
index f6026e14..211d9f78 100644
--- a/src/aolineedit.cpp
+++ b/src/aolineedit.cpp
@@ -15,7 +15,4 @@ void AOLineEdit::mouseDoubleClickEvent(QMouseEvent *e)
this->setReadOnly(false);
}
-void AOLineEdit::on_enter_pressed()
-{
- this->setReadOnly(true);
-}
+void AOLineEdit::on_enter_pressed() { this->setReadOnly(true); }