aboutsummaryrefslogtreecommitdiff
path: root/apps/koffice/libko/src/config.rs
diff options
context:
space:
mode:
authorKaiden Fey <kookie@spacekookie.de>2021-02-21 14:56:11 +0100
committerKaiden Fey <kookie@spacekookie.de>2021-02-21 14:56:11 +0100
commitf186a7345dfc99347673f46e0daff0cb63ac8492 (patch)
tree5179ffd4654b80ea11a1656e28ef244439648ba4 /apps/koffice/libko/src/config.rs
parenteffbdeed66e8de8e769b8ac069926ad1a9110e62 (diff)
k-office: initial code dumpk-office/init
Diffstat (limited to 'apps/koffice/libko/src/config.rs')
-rw-r--r--apps/koffice/libko/src/config.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/koffice/libko/src/config.rs b/apps/koffice/libko/src/config.rs
new file mode 100644
index 000000000000..bef9c6fd2377
--- /dev/null
+++ b/apps/koffice/libko/src/config.rs
@@ -0,0 +1,5 @@
+use std::path::PathBuf;
+
+pub struct AppSettings {
+
+}