summaryrefslogtreecommitdiff
path: root/src/citra_qt/util/spinbox.cpp
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2016-09-20 23:52:38 -0700
committerGravatar Yuri Kunde Schlesner2016-09-21 00:15:56 -0700
commit84fbbe26297652d994d203bde543ec252c2d801a (patch)
tree5f6fcc088dab9d53ee30e64b47fce2e04c8fb13c /src/citra_qt/util/spinbox.cpp
parentRemove empty newlines in #include blocks. (diff)
downloadyuzu-84fbbe26297652d994d203bde543ec252c2d801a.tar.gz
yuzu-84fbbe26297652d994d203bde543ec252c2d801a.tar.xz
yuzu-84fbbe26297652d994d203bde543ec252c2d801a.zip
Use negative priorities to avoid special-casing the self-include
Diffstat (limited to 'src/citra_qt/util/spinbox.cpp')
-rw-r--r--src/citra_qt/util/spinbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/util/spinbox.cpp b/src/citra_qt/util/spinbox.cpp
index 0bda21502..feb0ea1b3 100644
--- a/src/citra_qt/util/spinbox.cpp
+++ b/src/citra_qt/util/spinbox.cpp
@@ -28,10 +28,10 @@
28// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 28// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 30
31#include "citra_qt/util/spinbox.h"
32#include <cstdlib> 31#include <cstdlib>
33#include <QLineEdit> 32#include <QLineEdit>
34#include <QRegExpValidator> 33#include <QRegExpValidator>
34#include "citra_qt/util/spinbox.h"
35#include "common/assert.h" 35#include "common/assert.h"
36 36
37CSpinBox::CSpinBox(QWidget* parent) 37CSpinBox::CSpinBox(QWidget* parent)