mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
Fix coding style for several files
trackerlist autoexpandabledialog previewselect shutdownconfirmdlg torrentcontentfiltermodel torrentcontenttreeview peerlistsortmodel.h
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Bittorrent Client using Qt and libtorrent.
|
||||
* Copyright (C) 2011 Christophe Dumez
|
||||
* Copyright (C) 2011 Christophe Dumez <chris@qbittorrent.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
@@ -24,8 +24,6 @@
|
||||
* modify file(s), you may extend this exception to your version of the file(s),
|
||||
* but you are not obligated to do so. If you do not wish to do so, delete this
|
||||
* exception statement from your version.
|
||||
*
|
||||
* Contact : chris@qbittorrent.org
|
||||
*/
|
||||
|
||||
#ifndef SHUTDOWNCONFIRMDLG_H
|
||||
@@ -33,6 +31,7 @@
|
||||
|
||||
#include <QDialog>
|
||||
#include <QTimer>
|
||||
|
||||
#include "base/types.h"
|
||||
|
||||
namespace Ui
|
||||
@@ -63,7 +62,7 @@ private:
|
||||
void updateText();
|
||||
|
||||
// Vars
|
||||
Ui::confirmShutdownDlg *ui;
|
||||
Ui::confirmShutdownDlg *m_ui;
|
||||
QTimer m_timer;
|
||||
int m_timeout;
|
||||
ShutdownDialogAction m_action;
|
||||
|
||||
Reference in New Issue
Block a user