~ubuntu-branches/debian/experimental/kopete/experimental

« back to all changes in this revision

Viewing changes to libkopete/kopetetransfermanager.cpp

  • Committer: Package Import Robot
  • Author(s): Maximiliano Curia
  • Date: 2015-02-24 11:32:57 UTC
  • mfrom: (1.1.41 vivid)
  • Revision ID: package-import@ubuntu.com-20150224113257-gnupg4v7lzz18ij0
Tags: 4:14.12.2-1
* New upstream release (14.12.2).
* Bump Standards-Version to 3.9.6, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    *************************************************************************
18
18
*/
19
19
 
 
20
#include "kopetetransfermanager.h"
 
21
 
20
22
#include <QtCore/QTimerEvent>
21
23
#include <QtGui/QTextDocument>
22
24
 
34
36
#include "kopetechatsession.h"
35
37
#include "kopeteuiglobal.h"
36
38
 
37
 
#include "kopetetransfermanager.h"
38
 
 
39
39
/***************************
40
40
 *  Kopete::FileTransferInfo *
41
41
 ***************************/
426
426
        else
427
427
                url = getSaveFile( url );
428
428
 
 
429
        if ( url.isEmpty() )
 
430
                return;
 
431
 
429
432
        if ( !url.isValid() )
430
433
        {
431
434
                emit askIncomingDone( id );