mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
[Facebook] Remove broken function
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1d8eb0d78a
commit
dd17c6355d
2 changed files with 0 additions and 7 deletions
|
@ -168,11 +168,6 @@ void FacebookManager::userIdReceived()
|
|||
reply->deleteLater();
|
||||
}
|
||||
|
||||
void FacebookManager::setDesiredAlbumName(const QString& a)
|
||||
{
|
||||
albumName = a;
|
||||
}
|
||||
|
||||
QPixmap FacebookManager::grabProfilePixmap()
|
||||
{
|
||||
ProfileWidget2 *profile = MainWindow::instance()->graphics();
|
||||
|
@ -201,7 +196,6 @@ void FacebookManager::sendDive()
|
|||
if (dialog.exec() != QDialog::Accepted)
|
||||
return;
|
||||
|
||||
setDesiredAlbumName(dialog.album());
|
||||
requestAlbumId();
|
||||
|
||||
QUrl url(graphApi + QString(prefs.facebook.album_id) + "/photos?" +
|
||||
|
|
|
@ -45,7 +45,6 @@ signals:
|
|||
public slots:
|
||||
void tryLogin(const QUrl& loginResponse);
|
||||
void logout();
|
||||
void setDesiredAlbumName(const QString& albumName);
|
||||
void sendDive();
|
||||
void uploadFinished();
|
||||
void albumListReceived();
|
||||
|
|
Loading…
Reference in a new issue