X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fstructs%2FBookmarkStruct.h;fp=src%2Fstructs%2FBookmarkStruct.h;h=98ac69a04ee9d3a1c2a70966858268c280bd0bd6;hb=f18185adbdce9891be0cbd2197838441aaa5ed3e;hp=2819174099d111d048c3591719e9d542ba3713b0;hpb=7c6edb3608791950c6146ac242e2b6f493ca8e8c;p=PrivacyBrowserPC.git diff --git a/src/structs/BookmarkStruct.h b/src/structs/BookmarkStruct.h index 2819174..98ac69a 100644 --- a/src/structs/BookmarkStruct.h +++ b/src/structs/BookmarkStruct.h @@ -29,6 +29,7 @@ struct BookmarkStruct int id; QString bookmarkName; QString bookmarkUrl; + int displayOrder; QIcon favoriteIcon; }; #endif