summaryrefslogtreecommitdiffstats
path: root/src/yuzu/applets/software_keyboard.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-11-17 20:44:16 +0100
committerZach Hilman <zachhilman@gmail.com>2018-11-18 16:53:47 +0100
commit56cf5b7b17cd87f4a23bd45ae661762ce1fda5d1 (patch)
treeb5a91d110ae92844596e1bf70206984db330f204 /src/yuzu/applets/software_keyboard.h
parentsoftware_keyboard: Push all data over all channels on dialog completion (diff)
downloadyuzu-56cf5b7b17cd87f4a23bd45ae661762ce1fda5d1.tar
yuzu-56cf5b7b17cd87f4a23bd45ae661762ce1fda5d1.tar.gz
yuzu-56cf5b7b17cd87f4a23bd45ae661762ce1fda5d1.tar.bz2
yuzu-56cf5b7b17cd87f4a23bd45ae661762ce1fda5d1.tar.lz
yuzu-56cf5b7b17cd87f4a23bd45ae661762ce1fda5d1.tar.xz
yuzu-56cf5b7b17cd87f4a23bd45ae661762ce1fda5d1.tar.zst
yuzu-56cf5b7b17cd87f4a23bd45ae661762ce1fda5d1.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu/applets/software_keyboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/applets/software_keyboard.h b/src/yuzu/applets/software_keyboard.h
index 8d56f5db2..73f56714f 100644
--- a/src/yuzu/applets/software_keyboard.h
+++ b/src/yuzu/applets/software_keyboard.h
@@ -47,6 +47,7 @@ private:
QLabel* header_label;
QLabel* sub_label;
QLabel* guide_label;
+ QLabel* length_label;
QLineEdit* line_edit;
QVBoxLayout* layout;