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
Education
Kiten
Commits
d5211c50
Commit
d5211c50
authored
Dec 10, 2020
by
Laurent Montel
😁
Browse files
operator+/- is disabled for QFlags in qt6
parent
c5bad339
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/kiten.cpp
View file @
d5211c50
...
...
@@ -81,8 +81,8 @@ Kiten::Kiten( QWidget *parent, const char *name )
(void) Accel->insert( "Lookup English/Japanese word"
, i18n("Lookup English/Japanese Word")
, i18n( "Looks up current text on clipboard in the same way as if you used Kiten's regular search." )
, Qt::CTRL
+
Qt::ALT
+
Qt::Key_S
, Qt::CTRL
+
Qt::ALT
+
Qt::Key_S
, Qt::CTRL
|
Qt::ALT
|
Qt::Key_S
, Qt::CTRL
|
Qt::ALT
|
Qt::Key_S
, this
, SLOT(searchClipboardContents()) );
Accel->readSettings( KSharedConfig::openConfig() );
...
...
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