summaryrefslogtreecommitdiffstats
path: root/qt-ui/socialnetworks.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-29 11:59:21 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-29 11:59:21 -0800
commit3e5c1713d20a0719be9111a29bebaa6fe24f42af (patch)
treef6d1fbadb2de3ee4ddfa936f9c39a28eaf62e039 /qt-ui/socialnetworks.h
parentdd51b434e65a23fe3aed066aa1e9360762ac34fd (diff)
downloadsubsurface-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.h1
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;
};