mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-02 10:24:01 +02:00
Reorder includes in the app
This commit is contained in:
@@ -20,12 +20,12 @@
|
||||
#ifndef SOCIALWIDGET_H
|
||||
#define SOCIALWIDGET_H
|
||||
|
||||
#include "Query.h"
|
||||
|
||||
#include <QWidget>
|
||||
#include <QAbstractItemView>
|
||||
#include <QTimer>
|
||||
|
||||
#include "Query.h"
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
class SocialWidget;
|
||||
@@ -64,7 +64,7 @@ private slots:
|
||||
void accept();
|
||||
void onChanged();
|
||||
void onShortLinkReady( const QUrl& longUrl, const QUrl& shortUrl, const QVariant& callbackObj );
|
||||
|
||||
|
||||
void onGeometryUpdate();
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user