summary refs log tree commit diff
path: root/src/CacheStructs.h
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2020-11-25 21:59:23 +0100
committerGitHub <noreply@github.com>2020-11-25 21:59:23 +0100
commit54d75466c71f339893dbec44793531b001cf9b87 (patch)
tree1ab1ed3fa72dea0b2ab8ed861a0d0fe685864c1c /src/CacheStructs.h
parentMerge pull request #337 from trilene/master (diff)
parentOpen completer on tab (diff)
downloadnheko-54d75466c71f339893dbec44793531b001cf9b87.tar.xz
Merge pull request #335 from Nheko-Reborn/qml-text-input
Qml text input
Diffstat (limited to 'src/CacheStructs.h')
-rw-r--r--src/CacheStructs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/CacheStructs.h b/src/CacheStructs.h

index ef08cfcb..b3d9acf1 100644 --- a/src/CacheStructs.h +++ b/src/CacheStructs.h
@@ -24,12 +24,6 @@ struct RoomMember QImage avatar; }; -struct SearchResult -{ - QString user_id; - QString display_name; -}; - //! Used to uniquely identify a list of read receipts. struct ReadReceiptKey {