diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-12-29 11:59:21 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-29 11:59:21 -0800 |
commit | 3e5c1713d20a0719be9111a29bebaa6fe24f42af (patch) | |
tree | f6d1fbadb2de3ee4ddfa936f9c39a28eaf62e039 /qt-ui/socialnetworks.h | |
parent | dd51b434e65a23fe3aed066aa1e9360762ac34fd (diff) | |
download | subsurface-3e5c1713d20a0719be9111a29bebaa6fe24f42af.tar.gz |
Facebook integration: Album name is required
The upload would fail with an empty album, so disable the OK button onless
an album name is set.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/socialnetworks.h')
-rw-r--r-- | qt-ui/socialnetworks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/socialnetworks.h b/qt-ui/socialnetworks.h index 1a5a2a0ba..04d1996b5 100644 --- a/qt-ui/socialnetworks.h +++ b/qt-ui/socialnetworks.h @@ -42,6 +42,7 @@ public: QString album() const; public slots: void selectionChanged(); + void albumChanged(); private: Ui::SocialnetworksDialog *ui; }; |