You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
409 B

/*
SPDX-FileCopyrightText: 2011 Lionel Chauvin <megabigbug@yahoo.fr>
SPDX-FileCopyrightText: 2011, 2012 Cédric Bellegarde <gnumdk@gmail.com>
SPDX-License-Identifier: MIT
*/
#include "verticalmenu.h"
#include <QCoreApplication>
#include <QEvent>
#include <QKeyEvent>
#include <QMouseEvent>
VerticalMenu::VerticalMenu(QWidget *parent)
: QMenu(parent)
{
}
VerticalMenu::~VerticalMenu()
{
}