mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 01:10:53 +01:00
Remove old aboutQet class
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "qetapp.h"
|
||||
#include "aboutqet.h"
|
||||
#include "configdialog.h"
|
||||
#include "configpages.h"
|
||||
#include "qetdiagrameditor.h"
|
||||
@@ -1503,7 +1502,6 @@ void QETApp::configureQET() {
|
||||
*/
|
||||
void QETApp::aboutQET()
|
||||
{
|
||||
//AboutQET aq(qApp->activeWindow());
|
||||
AboutQETDialog aqd(qApp->activeWindow());
|
||||
#ifdef Q_OS_MACOS
|
||||
aqd.setWindowFlags(Qt::Sheet);
|
||||
|
||||
Reference in New Issue
Block a user