summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHendrik Müller <henne90gen@gmail.com>2022-08-05 15:42:45 +0200
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2023-02-14 19:11:07 -0300
commitadd2f0d2f7fe5f7a66c1b500ef548ee26aea4d87 (patch)
treee8a7e11198334ec3c57912f15fe4ccebfb2121ee /tests
parent63b17b4eae84cf2340253ef7e1ad55daf91c35cf (diff)
downloadgnome-control-center-add2f0d2f7fe5f7a66c1b500ef548ee26aea4d87.tar.gz
wifi: Add QR code to share Wi-Fi networks
Many devices are able to scan a specifically formatted QR code to connect to a wifi network. To make sharing of wifi connections easier, it would be helpful to display such a QR code in the wifi settings. A button is added to the wifi connection row. This row is shown in the general wifi settings panel, as well as in the "Known Wi-Fi Network" dialog. Clicking the button opens an additional dialog, which shows the QR code.
Diffstat (limited to 'tests')
-rw-r--r--tests/network/test-wifi-text.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/network/test-wifi-text.c b/tests/network/test-wifi-text.c
index 39c79cbcf..ac4de34db 100644
--- a/tests/network/test-wifi-text.c
+++ b/tests/network/test-wifi-text.c
@@ -32,6 +32,7 @@
/* Including ‘.c’ file to test static functions */
#include "cc-wifi-panel.c"
+#include "cc-qr-code.c"
static void
test_escape_qr_string (void)