Fixed warning on non-windows builds
FossilOrigin-Name: 40121f1da0f9e61adee9e47c9ef21188672a95a6
This commit is contained in:
parent
63d4a7d911
commit
4e9e9db9f4
@ -2412,7 +2412,6 @@ void MainWindow::on_textBrowser_customContextMenuRequested(const QPoint &pos)
|
||||
void MainWindow::on_tableView_customContextMenuRequested(const QPoint &pos)
|
||||
{
|
||||
QPoint gpos = QCursor::pos();
|
||||
|
||||
#ifdef Q_WS_WIN
|
||||
if(qApp->keyboardModifiers() & Qt::SHIFT)
|
||||
{
|
||||
@ -2429,6 +2428,8 @@ void MainWindow::on_tableView_customContextMenuRequested(const QPoint &pos)
|
||||
}
|
||||
}
|
||||
else
|
||||
#else
|
||||
Q_UNUSED(pos);
|
||||
#endif
|
||||
{
|
||||
QMenu *menu = new QMenu(this);
|
||||
|
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
||||
C Changed\salignment\sof\sstatus\scolumn\sin\sthe\sFileView
|
||||
D 2012-05-04T09:46:44.007
|
||||
C Fixed\swarning\son\snon-windows\sbuilds\n
|
||||
D 2012-05-07T13:10:44.765
|
||||
F CommitDialog.cpp a46020a9361151d8d286a2670257d01d8967bf69
|
||||
F CommitDialog.h f1ee8db92103164e7db55a8407ccdcff24571b72
|
||||
F CommitDialog.ui 813d7cba316e226de1a22b7e480bb969fbe9b0c4
|
||||
@ -8,7 +8,7 @@ F FileActionDialog.h 15db1650b3a13d70bc338371e4c033c66e3b79ce
|
||||
F FileActionDialog.ui c63644428579741aeb5fa052e237ba799ced9ad7
|
||||
F FileTableView.cpp 5ddf8c391c9a3ac449ec61fb1db837b577afeec2
|
||||
F FileTableView.h 03e56d87c2d46411b9762b87f4d301619aaf18df
|
||||
F MainWindow.cpp 7b61fc2818b33882282663e2de6b524d259615db
|
||||
F MainWindow.cpp ca50aab5d2d1e61eb96b6f04c4f288782bc22c32
|
||||
F MainWindow.h 90de1726e0961f73f637c4071d1cb0fe1049007f
|
||||
F MainWindow.ui 8c8182e68aa1955a666997ad83ca692f3cb866d9
|
||||
F SettingsDialog.cpp e1fad18cc020d08b82c6d35dc94f6624deec9a3b
|
||||
@ -176,7 +176,7 @@ F installer/fuel.iss 13b6a938bcdf273cbd3649d2549887baa1577214
|
||||
F installer/license.txt 4cc77b90af91e615a64ae04893fdffa7939db84c
|
||||
F main.cpp f2913af0af1a5fcbebe93fb53b8a9cf6e7bbf65a
|
||||
F resources.qrc e98383ed205f4e37100c60057e0129c3b86dea53
|
||||
P 7d22e48d7b032510e627999857fcd9f08a910855
|
||||
R dbdf9b49c066fbb1c2132ee4f482358f
|
||||
P 9362f078cb6e07ebe94d2e259c4d3e7c8f6f0d8b
|
||||
R 1f37be89ee7c8d3b99dea16d2c3de642
|
||||
U kostas
|
||||
Z 49c47f79a140e741c57d6cff887f98ab
|
||||
Z 259c9251116502fb49b3fbdea916e2b1
|
||||
|
@ -1 +1 @@
|
||||
9362f078cb6e07ebe94d2e259c4d3e7c8f6f0d8b
|
||||
40121f1da0f9e61adee9e47c9ef21188672a95a6
|
Loading…
x
Reference in New Issue
Block a user