aboutsummaryrefslogtreecommitdiff
path: root/apps/koffice/libko/src/config.rs
diff options
context:
space:
mode:
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 {
+
+}