mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 09:05:24 -04:00
Added to store last used page for post creation
Added to store last used page for post creation
This commit is contained in:
parent
48e8dc5c8c
commit
bedd2d36d4
3 changed files with 120 additions and 43 deletions
|
@ -52,14 +52,13 @@ private:
|
|||
private slots:
|
||||
void createPost();
|
||||
void addPicture();
|
||||
void on_postButton_clicked();
|
||||
void on_imageButton_clicked();
|
||||
void on_linkButton_clicked();
|
||||
void on_removeButton_clicked();
|
||||
void fileHashingFinished(QList<HashedFile> hashedFiles);
|
||||
|
||||
void setPage(int viewMode);
|
||||
private:
|
||||
void processSettings(bool load);
|
||||
int viewMode();
|
||||
|
||||
QString mLink;
|
||||
QString mNotes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue