]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/dialogs/EditFolderDialog.h
Disable the current folder in the edit folder dialog. https://redmine.stoutner.com...
[PrivacyBrowserPC.git] / src / dialogs / EditFolderDialog.h
index 8f3832417fe8a77c490aa4a48bb08e29d8f612a7..d585b1545809364dde2993f6bcc1574eb324c1a7 100644 (file)
@@ -52,10 +52,10 @@ private:
     FolderHelper *folderHelperPointer;
 
     // The private widgets.
-    BookmarkStruct *bookmarkStructPointer;
     QRadioButton *currentFolderIconRadioButtonPointer;
     QRadioButton *currentWebsiteFavoriteIconRadioButtonPointer;
     QRadioButton *customFolderIconRadioButtonPointer;
+    BookmarkStruct *folderBookmarkStructPointer;
     int folderDatabaseId;
     QLineEdit *folderNameLineEditPointer;
     QTreeWidget *parentFolderTreeWidgetPointer;