Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
398a5f23
Kaydet (Commit)
398a5f23
authored
Ara 21, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
No apparent reason for an unnamed namespace in an include file here
Change-Id: Ic25a50fd25820dabe411f1a726580d3e137b028d
üst
2d0e3d1c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
tst_exclude_posted_events.hxx
vcl/unx/kde4/tst_exclude_posted_events.hxx
+0
-5
tst_exclude_socket_notifiers.hxx
vcl/unx/kde4/tst_exclude_socket_notifiers.hxx
+0
-5
No files found.
vcl/unx/kde4/tst_exclude_posted_events.hxx
Dosyayı görüntüle @
398a5f23
...
...
@@ -24,9 +24,6 @@
#include <QtCore/QCoreApplication>
#include <QtCore/QEventLoop>
namespace
{
const
QEvent
::
Type
eventType
=
QEvent
::
User
;
class
TestExcludePostedEvents
...
...
@@ -51,8 +48,6 @@ bool TestExcludePostedEvents::event( QEvent* e )
return
QObject
::
event
(
e
);
}
}
#define QVERIFY(a) \
if (!a) return 1;
...
...
vcl/unx/kde4/tst_exclude_socket_notifiers.hxx
Dosyayı görüntüle @
398a5f23
...
...
@@ -26,9 +26,6 @@
#include <QtCore/QSocketNotifier>
#include <unistd.h>
namespace
{
class
TestExcludeSocketNotifiers
:
public
QObject
{
...
...
@@ -60,8 +57,6 @@ void TestExcludeSocketNotifiers::slotReceived()
received
=
true
;
}
}
#define QVERIFY(a) \
if (!a) return 1;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment