Skip to content

Commit

Permalink
Fix missing QRegExp include
Browse files Browse the repository at this point in the history
Complement to the cleanup already done as a new use of QRegExp
has been added.

Change-Id: Ia5d06387c26299afdf28c2bc54c35ebff9393b12
Reviewed-by: André Hartmann <[email protected]>
Reviewed-by: Oswald Buddenhagen <[email protected]>
  • Loading branch information
Samuel Gaist committed Oct 5, 2017
1 parent acc7269 commit 9099c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assistant/assistant/centralwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include "tracer.h"
#include "../shared/collectionconfiguration.h"

#include <QtCore/QRegExp>
#include <QtCore/QTimer>

#include <QtGui/QKeyEvent>
Expand Down

0 comments on commit 9099c89

Please sign in to comment.