diff options
author | redsky17 <joedonofry@gmail.com> | 2019-06-11 23:36:46 -0400 |
---|---|---|
committer | redsky17 <joedonofry@gmail.com> | 2019-06-11 23:36:46 -0400 |
commit | 1d4966d5fd916f21bdbbad8080eec69bb2c817d6 (patch) | |
tree | 04dbeabb4007bcf5213bb65da5423370a1047eaf /src/popups/ReplyPopup.h | |
parent | Fix lambda capture and lint issues (diff) | |
download | nheko-1d4966d5fd916f21bdbbad8080eec69bb2c817d6.tar.xz |
Add style for reply popup. Fix ALL of the linting issues
Diffstat (limited to 'src/popups/ReplyPopup.h')
-rw-r--r-- | src/popups/ReplyPopup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/popups/ReplyPopup.h b/src/popups/ReplyPopup.h index d8355e53..57c2bc8a 100644 --- a/src/popups/ReplyPopup.h +++ b/src/popups/ReplyPopup.h @@ -28,5 +28,4 @@ signals: private: QVBoxLayout *layout_; - }; |