Merge pull request #2750 from Atlante45/master

Fixed QLINE_MIN_WIDTH warning on mac
This commit is contained in:
Brad Hefta-Gaub 2014-04-30 09:19:09 -07:00
commit 19b76e3331

View file

@ -814,7 +814,6 @@ void sendFakeEnterEvent() {
QCoreApplication::sendEvent(glWidget, &enterEvent);
}
const int QLINE_MINIMUM_WIDTH = 400;
const float DIALOG_RATIO_OF_WINDOW = 0.30f;
void Menu::loginForCurrentDomain() {