Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Dec 30, 2024
1 parent 788fd4d commit d18afc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/scanpopup.hh
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
#include <QDialog>
#include <QClipboard>
#include <QToolBar>
#include <QActionGroup>
#include "history.hh"
#include "dictionarybar.hh"
#include "mainstatusbar.hh"
#ifdef HAVE_X11
#include "scanflag.hh"
#endif

#include <QActionGroup>

/// This is a popup dialog to show translations when clipboard scanning mode
/// is enabled.
class ScanPopup: public QMainWindow, KeyboardState
Expand Down

0 comments on commit d18afc8

Please sign in to comment.