1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-02 10:24:01 +02:00

Don't crash when moving the mouse after hitting Cancel in the Share widget

This commit is contained in:
Leo Franchi
2012-06-12 17:28:58 +02:00
parent 3456f5d038
commit 833a9f59d3
2 changed files with 14 additions and 1 deletions

View File

@@ -50,6 +50,9 @@ public:
bool shown() const;
signals:
void hidden();
public slots:
void show( int timeoutSecs = 0 );
void hide();
@@ -65,6 +68,7 @@ private slots:
void onShortLinkReady( const QUrl& longUrl, const QUrl& shortUrl, const QVariant& callbackObj );
void onGeometryUpdate();
void close();
private:
unsigned int charsAvailable() const;